refactor: update navbar styling

This commit is contained in:
Kentai Radiquum 2025-03-17 01:43:55 +05:00
parent 563af656a4
commit fc64b50367
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 177 additions and 1 deletions

View file

@ -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";