Add account hierarchy framework with migrations, RLS policies, and UI components
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import '../styles/globals.css';
|
||||
import { Noto_Serif } from "next/font/google";
|
||||
|
||||
const notoSerif = Noto_Serif({subsets:['latin'],variable:'--font-serif'});
|
||||
import { Noto_Serif } from 'next/font/google';
|
||||
|
||||
const notoSerif = Noto_Serif({ subsets: ['latin'], variable: '--font-serif' });
|
||||
|
||||
export default function RootLayout({ children }: React.PropsWithChildren) {
|
||||
return children;
|
||||
|
||||
Reference in New Issue
Block a user