Skip to content

Commit

Permalink
fix(web): update import to mobile-sidebar.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastián García authored May 27, 2024
1 parent d5aa32d commit 91f2cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/components/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Link from 'next/link'
import { usePathname } from 'next/navigation'
import { DocsSearch } from './docs-search'
import { Icons } from './icons'
import MovilSidebar from './movil-sidebar-nav'
import MovilSidebar from './mobile-sidebar'
import { DarkMode } from './dark-mode'

const links = [
Expand Down

0 comments on commit 91f2cfe

Please sign in to comment.