mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 12:37:20 +00:00
adding d1 for cloudflare environments
This commit is contained in:
@@ -22,11 +22,7 @@ declare module "@mantine/modals" {
|
||||
}
|
||||
|
||||
export function BkndModalsProvider({ children }) {
|
||||
return (
|
||||
<ModalsProvider modals={modals} modalProps={{ className: "bknd-admin" }}>
|
||||
{children}
|
||||
</ModalsProvider>
|
||||
);
|
||||
return <ModalsProvider modals={modals}>{children}</ModalsProvider>;
|
||||
}
|
||||
|
||||
function open<Modal extends keyof typeof modals>(
|
||||
|
||||
Reference in New Issue
Block a user