mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 18:09:40 +05:00
refactor: update navbar styling
This commit is contained in:
parent
563af656a4
commit
fc64b50367
2 changed files with 177 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
"use client";
|
||||
import { useUserStore } from "./store/auth";
|
||||
import { usePreferencesStore } from "./store/preferences";
|
||||
import { Navbar } from "./components/Navbar/Navbar";
|
||||
import { Navbar } from "./components/Navbar/NavbarUpdate";
|
||||
import { Inter } from "next/font/google";
|
||||
import { useEffect, useState } from "react";
|
||||
import { Button, Modal } from "flowbite-react";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue