diff --git a/src/App.tsx b/src/App.tsx index 33d15f9..ada9cc4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -2,11 +2,13 @@ import { Routes, Route } from 'react-router-dom'; import Layout from './components/Layout'; import HomePage from './pages/HomePage'; +import BlogPage from './pages/blog/BlogPage'; export default function App() { return ( }> } /> + } /> );