Skip to content

Commit fcc05e6

Browse files
committed
Small code fixes
1 parent 84012bf commit fcc05e6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/front-end/src/features/editor/components/fileTreeView/fileTreeItem/fileTreeItemContextMenuFileImportDialog.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import { FileTreeItemContextMenuStyledDialog } from '@/features/editor/components/fileTreeView/fileTreeItem';
22
import { useWorkspaceContext } from '@/features/editor/hooks';
33
import { FileTreeViewItemProps } from '@/features/editor/types';
4-
import { doesFileExist } from '@/features/editor/utils';
5-
import { findUniqueFileName, getFileExtension } from '@/features/editor/utils/helpers';
4+
import { doesFileExist, findUniqueFileName, getFileExtension } from '@/features/editor/utils';
65
import { axios } from '@/lib';
76
import { Endpoints } from '@/types';
87
import { Close as CloseIcon, UploadFile as UploadFileIcon } from '@mui/icons-material';
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { doesFileExist, getIconFromFileType, isExpandable } from './helpers';
1+
export { doesFileExist, findUniqueFileName, getFileExtension, getIconFromFileType, isExpandable } from './helpers';

0 commit comments

Comments
 (0)