Compare commits
2 Commits
939e3dace9
...
a92c43ab1b
| Author | SHA1 | Date | |
|---|---|---|---|
| a92c43ab1b | |||
| 87b1035572 |
@ -1,4 +1,5 @@
|
||||
import "@mantine/core/styles.css";
|
||||
import "@mantine/notifications/styles.css";
|
||||
import React, { ReactNode } from "react";
|
||||
import {
|
||||
ColorSchemeScript,
|
||||
@ -8,12 +9,13 @@ import {
|
||||
import Header from "@/components/Header/Header";
|
||||
import { theme } from "@/theme";
|
||||
import "@/app/global.css";
|
||||
import { Notifications } from "@mantine/notifications";
|
||||
import Footer from "@/components/Footer/Footer";
|
||||
import ReduxProvider from "@/providers/ReduxProvider";
|
||||
|
||||
export const metadata = {
|
||||
title: "LogiDex ID",
|
||||
description: "LogiDex ID",
|
||||
title: "ID LogiDex",
|
||||
description: "ID LogiDex",
|
||||
};
|
||||
|
||||
type Props = {
|
||||
@ -50,6 +52,7 @@ export default function RootLayout({ children }: Props) {
|
||||
{children}
|
||||
<Footer />
|
||||
</ReduxProvider>
|
||||
<Notifications />
|
||||
</MantineProvider>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user