#9 完了
This commit is contained in:
@@ -13,7 +13,10 @@ const App = () => {
|
||||
<div className="flex flex-col h-screen w-screen">
|
||||
<TopNav />
|
||||
<div className="flex flex-1">
|
||||
<TagSidebar />
|
||||
<Routes>
|
||||
<Route path="/posts/:postId" element={<TagSidebar />} />
|
||||
<Route path="*" element={<TagSidebar />} />
|
||||
</Routes>
|
||||
<main className="flex-1 overflow-y-auto p-4">
|
||||
<Routes>
|
||||
<Route path="/" element={<PostPage />} />
|
||||
|
||||
Reference in New Issue
Block a user