feat: web setup wizard + admin config/state dir split (#226)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import type { ReactNode } from 'react';
|
||||
|
||||
export default function SetupLayout({ children }: { children: ReactNode }) {
|
||||
return <div className="min-h-screen bg-background text-foreground">{children}</div>;
|
||||
}
|
||||
+1288
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user