diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index a80fe919c6d663b8bb65e561fe80a8c44fd7aab8..782a9471fdbe18ee1c7cce62fa0504fb7c01d990 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -4,7 +4,7 @@ import "tailwindcss/tailwind.css"; import { IntoPost } from "./post/intopost"; import { Login, Profile, RequireAuth, Signup, Admin, ImgRewrite } from "./auth"; import { Header, Body } from "./home"; -import { Board } from "./board"; +import { Board, Posts } from "./board"; import Posting from "./post/posting"; import { Layout } from "./commons"; import { EditPost } from "./post/editpost"; @@ -18,7 +18,8 @@ export const App = () => { } /> } /> } /> - @@ -27,8 +28,29 @@ export const App = () => { } /> } /> - } /> - } /> + } /> + } /> */} + }> + + + + } + /> + + + + } + /> + } /> + } /> + +