Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
fix: modify typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jspark2000 committed Mar 22, 2024
1 parent a23b16d commit 4ebf6d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client'

import { Button } from '@/components/ui/button'
import {
Drawer,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ import {
DropdownMenu,
DropdownMenuContent,
DropdownMenuItem,
DropdownMenuLabel,
DropdownMenuSeparator,
DropdownMenuTrigger
} from '@/components/ui/dropdown-menu'
import type { UserListItem } from '@/lib/types/user'
import { DropdownMenuLabel } from '@radix-ui/react-dropdown-menu'
import type { ColumnDef } from '@tanstack/react-table'
import { MoreHorizontal } from 'lucide-react'
import { useState } from 'react'
Expand Down

0 comments on commit 4ebf6d1

Please sign in to comment.