mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-03 21:15:35 +05:00
render ThemeInti at Root
This commit is contained in:
parent
284e262527
commit
7e99062c0c
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@ import { Bounce, ToastContainer } from "react-toastify";
|
||||||
import { NavBarPc } from "./components/Navbar/NavBarPc";
|
import { NavBarPc } from "./components/Navbar/NavBarPc";
|
||||||
import { NavBarMobile } from "./components/Navbar/NavBarMobile";
|
import { NavBarMobile } from "./components/Navbar/NavBarMobile";
|
||||||
import { SettingsModal } from "./components/SettingsModal/SettingsModal";
|
import { SettingsModal } from "./components/SettingsModal/SettingsModal";
|
||||||
|
import { ThemeInit } from "../.flowbite-react/init";
|
||||||
|
|
||||||
const inter = Inter({ subsets: ["latin"] });
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
|
|
||||||
|
@ -131,6 +132,7 @@ export const App = (props) => {
|
||||||
isOpen={isSettingModalOpen}
|
isOpen={isSettingModalOpen}
|
||||||
setIsOpen={setIsSettingModalOpen}
|
setIsOpen={setIsSettingModalOpen}
|
||||||
/>
|
/>
|
||||||
|
<ThemeInit />
|
||||||
</body>
|
</body>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue