From 859bba0d285a17b300a81234bba0f99b042e12db Mon Sep 17 00:00:00 2001 From: aidanCQ Date: Mon, 18 Dec 2023 17:12:27 +0000 Subject: [PATCH] docs(): Remove theme selector from navbar story. --- stories/molecules/navbar.stories.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/stories/molecules/navbar.stories.tsx b/stories/molecules/navbar.stories.tsx index 3b100c9..1c1383b 100644 --- a/stories/molecules/navbar.stories.tsx +++ b/stories/molecules/navbar.stories.tsx @@ -12,7 +12,6 @@ import { NavigationMenuTrigger, navigationMenuTriggerStyle, } from "src/atoms/navigation-menu"; -import { ThemeSelector, useTheme } from "src/molecules/theme-selector"; const components: { title: string; href: string; description: string }[] = [ { @@ -53,7 +52,6 @@ const components: { title: string; href: string; description: string }[] = [ ]; function NavigationDemo() { - const { theme, setMode } = useTheme(); return ( @@ -61,7 +59,6 @@ function NavigationDemo() { Getting started -