Harden onion boot flow and deepen site surfaces
Add persistent onion key backup and restore, improve startup resilience, and flesh out the major site verticals with richer navigation, search coverage, and operator documentation. Made-with: Cursor
This commit is contained in:
5
app/forum/layout.tsx
Normal file
5
app/forum/layout.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import ForumSiteChrome from "@/components/forum/ForumSiteChrome";
|
||||
|
||||
export default function ForumSectionLayout({ children }: { children: React.ReactNode }) {
|
||||
return <ForumSiteChrome>{children}</ForumSiteChrome>;
|
||||
}
|
||||
Reference in New Issue
Block a user