Skip to content

Commit

Permalink
minor bugs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreyTanna29 committed Nov 13, 2024
1 parent ceebaa3 commit 01b8ef7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 34 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"no-var": "off",
"@typescript-eslint/no-non-null-asserted-optional-chain": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-empty-object-type": "off",
"@typescript-eslint/no-empty-object-type": "off"
}
}
1 change: 0 additions & 1 deletion app/(dashboard)/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import DarkMode from "@/components/themes";
import MobileSidebar from "@/components/mobile-sidebar";
import Sidebar from "@/components/sidebar";
import { getApiLimitCount } from "@/lib/api-limit";
Expand Down
3 changes: 0 additions & 3 deletions components/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ import {
import { usePathname } from "next/navigation";
import { FreeCounter } from "./FreeCounter";
import UserProfileCard from "./UserProfileCard";
import { Switch } from "./ui/switch";
import { Label } from "./ui/label";
import DarkMode from "./themes";

const monserrat = Montserrat({ weight: "600", subsets: ["latin"] });

Expand Down
29 changes: 0 additions & 29 deletions components/ui/switch.tsx

This file was deleted.

0 comments on commit 01b8ef7

Please sign in to comment.