diff --git a/src/pages/BlogPage.tsx b/src/pages/BlogPage.tsx index 9058f3c..fda907d 100644 --- a/src/pages/BlogPage.tsx +++ b/src/pages/BlogPage.tsx @@ -7,7 +7,7 @@ import { Button, Card } from 'react-bootstrap'; -import { BlogPost } from '../types'; +import { BlogPost } from '../types/index'; import 'bootstrap/dist/css/bootstrap.min.css'; import 'bootstrap-icons/font/bootstrap-icons.css'; diff --git a/src/pages/Contact.tsx b/src/pages/Contact.tsx index 27914d8..9ba6bc2 100644 --- a/src/pages/Contact.tsx +++ b/src/pages/Contact.tsx @@ -1,7 +1,7 @@ //Contact.tsx import React, { FC, useState, ChangeEvent, SubmitEvent } from 'react'; import { Container } from 'react-bootstrap'; -import { ContactState } from "../types"; +import { ContactState } from "../types/index"; const Contact: FC = () => { const [formData, setFormData] = useState({