-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sell is not working but the others are displaying
- Loading branch information
Showing
17 changed files
with
195 additions
and
190 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
import StoreProvider from '@/store'; | ||
import React from 'react'; | ||
import { Flip, ToastContainer } from 'react-toastify'; | ||
import '../../public/fontawesome/css/all.min.css'; | ||
import StoreProvider from "@/store"; | ||
import React from "react"; | ||
import { Flip, ToastContainer } from "react-toastify"; | ||
import "../../public/fontawesome/css/all.min.css"; | ||
|
||
export const metadata = { | ||
charset: 'utf-8', | ||
title: 'TurboBouffe', | ||
charset: "utf-8", | ||
title: "TurboBouffe", | ||
description: "Site de gestion de la bouffe de l'UA", | ||
icons: { | ||
icon: '/favicon.ico', | ||
apple: '/logo192.png', | ||
icon: "/favicon.ico", | ||
apple: "/logo192.png" | ||
}, | ||
themeColor: '#fb560c', | ||
manifest: '/manifest.json', | ||
themeColor: "#fb560c", | ||
manifest: "/manifest.json", | ||
viewport: { | ||
width: 'device-width', | ||
initialScale: 1, | ||
}, | ||
width: "device-width", | ||
initialScale: 1 | ||
} | ||
}; | ||
|
||
export default function RootLayout({ children }: { children: React.ReactNode }) { | ||
return ( | ||
<html lang="fr"> | ||
<body> | ||
<noscript>You need to enable JavaScript to run this app.</noscript> | ||
<StoreProvider>{children}</StoreProvider> | ||
<ToastContainer autoClose={3000} transition={Flip} hideProgressBar={true} pauseOnHover={true} /> | ||
</body> | ||
<body> | ||
<noscript>You need to enable JavaScript to run this app.</noscript> | ||
<StoreProvider>{children}</StoreProvider> | ||
<ToastContainer autoClose={3000} transition={Flip} hideProgressBar={true} pauseOnHover={true} /> | ||
</body> | ||
</html> | ||
); | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.