add subplebbit component

This commit is contained in:
plebeius.eth
2024-03-17 21:47:16 +01:00
parent 1780b9534c
commit 7f8a996eec
6 changed files with 86 additions and 62 deletions
+17
View File
@@ -16,6 +16,23 @@ const App = () => {
document.body.classList.add(theme);
}, [theme]);
// const globalLayout = (
// <>
// <ChallengeModal />
// <Outlet />
// </>
// );
// const boardLayout = (
// <>
// <TopNav />
// <ImageBanner />
// <PostForm />
// <Stats />
// <Outlet />
// </>
// );
return (
<div className={`${styles.app} ${isInHomeView ? 'yotsuba' : theme}`}>
<Routes>