chore: cleanup

This commit is contained in:
Bereket Engida
2025-01-06 14:30:39 +03:00
parent 753f930e88
commit 9f2e45b8c7
525 changed files with 218 additions and 1357 deletions

View File

@@ -1,13 +1,7 @@
"use client";
import { Menu, Sun, X } from "lucide-react";
import { Menu } from "lucide-react";
import Link from "next/link";
import {
Fragment,
createContext,
useContext,
useEffect,
useState,
} from "react";
import { Fragment, createContext, useContext, useState } from "react";
import {
Accordion,
AccordionContent,
@@ -16,7 +10,7 @@ import {
} from "@/components/ui/accordion";
import { AnimatePresence, FadeIn } from "@/components/ui/fade-in";
import { contents, examples } from "./sidebar-content";
import { MobileThemeToggle, ThemeToggle } from "./theme-toggler";
import { MobileThemeToggle } from "./theme-toggler";
import { usePathname } from "next/navigation";
interface NavbarMobileContextProps {