mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
am calling canvas api
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user