am calling canvas api

This commit is contained in:
2024-09-09 21:46:44 -06:00
parent 099eaedfd7
commit b7eaae0ea4
13 changed files with 204 additions and 66 deletions

View File

@@ -26,16 +26,6 @@ export default async function RootLayout({
<head>
</head>
<body className="bg-slate-900 h-screen p-1 text-slate-300">
{/* <Toaster
containerClassName=""
toastOptions={{
className: "bg-slate-900",
error: { duration: Infinity },
style: {
// backgroundColor: "black",
},
}}
/> */}
<MyToaster />
<Suspense>
<Providers>