Skip to content

Commit

Permalink
Remove unused theme
Browse files Browse the repository at this point in the history
  • Loading branch information
kalysti committed Nov 24, 2023
1 parent 411e0cc commit 8369e37
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/lib/layouts/documentation-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ import {
MobileMenuProvider,
MobilePage,
Sidebar,
SidebarLayout,
SidebarProvider,
Text,
useTheme,
} from 'components';
import { Title } from 'components/header';
import BackButton from 'components/header/back-button';
import { SidebarProvider, SidebarLayout } from 'components';
import _ from 'lodash';
import { usePathname } from 'next/navigation';
import { Seeds } from '../data';
Expand All @@ -32,7 +32,6 @@ export default function DocumentationLayout({ children }) {
.map((value, key) => ({ title: key, children: value }))
.value();

const theme = useTheme();
return (
<ContentLayout padding={0}>
<MobilePage>
Expand Down

0 comments on commit 8369e37

Please sign in to comment.