refactor: move components to sub dir

This commit is contained in:
鲁树人
2023-06-03 14:13:37 +01:00
parent b136bac9b6
commit 897830cd44
9 changed files with 34 additions and 34 deletions

View File

@ -1,7 +1,7 @@
import { VStack } from '@chakra-ui/react';
import { selectFiles } from './fileListingSlice';
import { useAppSelector } from '../../hooks';
import { useAppSelector } from '~/hooks';
import { FileRow } from './FileRow';
export function FileListing() {