# feat :
## Deskripsi : - Notifikasi investasi ## Issue : Gerbang pembayaran
This commit is contained in:
@@ -10,6 +10,7 @@ import {
|
||||
useEmotionCache,
|
||||
} from "@mantine/core";
|
||||
import { Notifications } from "@mantine/notifications";
|
||||
import { Provider } from "jotai";
|
||||
import { useServerInsertedHTML } from "next/navigation";
|
||||
import "react-toastify/dist/ReactToastify.css";
|
||||
|
||||
@@ -39,25 +40,7 @@ export default function RootStyleRegistry({
|
||||
<CacheProvider value={cache}>
|
||||
<MantineProvider withGlobalStyles withNormalizeCSS>
|
||||
<Notifications position="top-center" containerWidth={300} />
|
||||
{children}
|
||||
{/* <Box
|
||||
bg={"#252A2F"}
|
||||
pos={"fixed"}
|
||||
w={"100%"}
|
||||
h={"100%"}
|
||||
style={{
|
||||
overflowY: "auto",
|
||||
}}
|
||||
>
|
||||
<Container
|
||||
mih={"100vh"}
|
||||
p={0}
|
||||
size={rem(500)}
|
||||
bg={MainColor.darkblue}
|
||||
>
|
||||
|
||||
</Container>
|
||||
</Box> */}
|
||||
<Provider>{children}</Provider>
|
||||
</MantineProvider>
|
||||
</CacheProvider>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user