diff --git a/app/providers/theme-providers.tsx b/app/providers/theme-providers.tsx index c513a10..d5b5907 100644 --- a/app/providers/theme-providers.tsx +++ b/app/providers/theme-providers.tsx @@ -1,15 +1,15 @@ 'use client' -import { Theme, ThemePanel } from '@radix-ui/themes' +import { Theme } from '@radix-ui/themes' export function ThemeProviders({children}: { children: React.ReactNode }) { return ( {children} - ) } \ No newline at end of file diff --git a/components/BaseSide.tsx b/components/BaseSide.tsx index 21cc99b..01efd64 100644 --- a/components/BaseSide.tsx +++ b/components/BaseSide.tsx @@ -1,6 +1,6 @@ 'use client' -import { Listbox, ListboxItem } from '@nextui-org/react' +import { Listbox, ListboxItem} from '@nextui-org/react' import { useSession } from 'next-auth/react' import { usePathname, useRouter } from 'next/navigation' import { BookmarkIcon, DesktopIcon, GearIcon, Pencil2Icon, RocketIcon } from '@radix-ui/react-icons' @@ -14,7 +14,7 @@ export const BaseSide = () => { const buttonClasses = 'active:scale-95 duration-200 ease-in-out' return ( -
+
- - -
-
+ + +
+
{ @@ -185,7 +185,7 @@ export default function VaulDrawer() {
-
+