[feat] setup supabase + notice and cfgx fetching
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
"use client"
|
||||
import Nav from "@/components/window/Nav"
|
||||
|
||||
export default function BaseLayout({ children }: { children: React.ReactNode }) {
|
||||
export default function BaseLayout({
|
||||
children,
|
||||
}: { children: React.ReactNode }) {
|
||||
return (
|
||||
<div className="w-full h-full">
|
||||
<Nav />
|
||||
|
||||
Reference in New Issue
Block a user