From a6e5758305b7f463b3f307d45bf649bc16b4e44d Mon Sep 17 00:00:00 2001 From: Lee Soobeom Date: Mon, 15 Aug 2022 17:29:41 +0900 Subject: [PATCH] App Route --- frontend/src/App.tsx | 30 ++++++++++++++++++++++++++---- frontend/src/board/index.tsx | 1 + 2 files changed, 27 insertions(+), 4 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index a80fe91..782a947 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 = () => { } /> } /> - } /> - } /> + } /> + } /> */} + }> + + + + } + /> + + + + } + /> + } /> + } /> + +