mirror of
https://git.unlock-music.dev/um/um-react.git
synced 2025-07-06 22:42:08 +08:00
refactor: move components to sub dir
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user