mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-06 14:33:53 +05:00
try fix styles
Some checks failed
Build and Publish 'anix-api-prox' to Docker Hub / publish (push) Has been cancelled
Build and Publish 'anix' to Docker Hub / publish (push) Has been cancelled
Some checks failed
Build and Publish 'anix-api-prox' to Docker Hub / publish (push) Has been cancelled
Build and Publish 'anix' to Docker Hub / publish (push) Has been cancelled
This commit is contained in:
parent
7e99062c0c
commit
a4ecc27874
5 changed files with 6 additions and 8 deletions
|
@ -16,7 +16,6 @@ import { Bounce, ToastContainer } from "react-toastify";
|
|||
import { NavBarPc } from "./components/Navbar/NavBarPc";
|
||||
import { NavBarMobile } from "./components/Navbar/NavBarMobile";
|
||||
import { SettingsModal } from "./components/SettingsModal/SettingsModal";
|
||||
import { ThemeInit } from "../.flowbite-react/init";
|
||||
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
|
@ -132,7 +131,6 @@ export const App = (props) => {
|
|||
isOpen={isSettingModalOpen}
|
||||
setIsOpen={setIsSettingModalOpen}
|
||||
/>
|
||||
<ThemeInit />
|
||||
</body>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue