Skip to content

Commit

Permalink
fix import errors
Browse files Browse the repository at this point in the history
  • Loading branch information
shadrach-tayo committed Oct 4, 2024
1 parent 731c48d commit e2f6f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/molecules/TopNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
DropdownMenuItem,
DropdownMenuTrigger,
} from '@/components/ui/dropdown-menu'
import { Button } from '@/components/custom/Button'
import { Button } from '@/components/ui/button'
import { IconMenu } from '@tabler/icons-react'
import Link from 'next/link'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
} from '@radix-ui/react-icons'
import { Column } from '@tanstack/react-table'

import { Button } from '@/components/custom/button'
import { Button } from '@/components/ui/button'
import {
DropdownMenu,
DropdownMenuContent,
Expand Down

0 comments on commit e2f6f3f

Please sign in to comment.