diff --git a/.bolt/config.json b/.bolt/config.json deleted file mode 100644 index 31447fa..0000000 --- a/.bolt/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "template": "nextjs-shadcn" -} \ No newline at end of file diff --git a/.bolt/ignore b/.bolt/ignore deleted file mode 100644 index 7158e4f..0000000 --- a/.bolt/ignore +++ /dev/null @@ -1,2 +0,0 @@ -components/ui/* -hooks/use-toast.ts \ No newline at end of file diff --git a/app/layout.tsx b/app/layout.tsx index 471b0ea..1dd6e9c 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -80,11 +80,13 @@ export default function RootLayout({ }} > - {/* */} -
- {children} - {showCallbackModal && setShowCallbackModal(false)} />} -
+ + {/* */} +
+ {children} + {showCallbackModal && setShowCallbackModal(false)} />} +
+