mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
add subplebbit component
This commit is contained in:
+17
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user