Skip to content

Commit 9c2d5eb

Browse files
author
Rajat
committed
Removed unused vars
1 parent 812886c commit 9c2d5eb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

apps/web/app/(with-contexts)/course/[slug]/[id]/layout-with-sidebar.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ import {
5050
} from "@components/ui/collapsible";
5151
import { usePathname } from "next/navigation";
5252
import { Caption } from "@courselit/page-primitives";
53-
import { useTheme } from "next-themes";
5453
import NextThemeSwitcher from "@components/admin/next-theme-switcher";
5554

5655
export default function ProductPage({
@@ -61,7 +60,6 @@ export default function ProductPage({
6160
children: React.ReactNode;
6261
}) {
6362
const { profile } = useContext(ProfileContext);
64-
const { theme, setTheme } = useTheme();
6563

6664
if (!profile) {
6765
return null;

0 commit comments

Comments
 (0)