Skip to content

Commit

Permalink
chore: import 순서
Browse files Browse the repository at this point in the history
  • Loading branch information
dmdgpdi committed Nov 29, 2024
1 parent 11860c3 commit 23cc88b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

import type { PropsWithChildren } from 'react';
import * as ContextMenu from '@radix-ui/react-context-menu';
import { FolderPen, FolderX, ScreenShare } from 'lucide-react';
import * as Dialog from '@radix-ui/react-dialog';
import { FolderPen, FolderX, ScreenShare } from 'lucide-react';
import { getPortalContainer } from '@/utils';
import {
contextMenuContentLayout,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import {
getSelectedFolderRange,
isSameParentFolder,
} from './folderListItem.util';
import ShareFolderDialog from './ShareFolderDialog';
import { MoveFolderToRecycleBinDialog } from './MoveFolderToRecycleBinDialog';
import ShareFolderDialog from './ShareFolderDialog';
import type { FolderMapType } from '@/types';

export const FolderListItem = ({ id, name }: FolderInfoItemProps) => {
Expand Down

0 comments on commit 23cc88b

Please sign in to comment.