Rearrange components

This commit is contained in:
He4eT 2023-06-03 22:50:37 +03:00 committed by Alexey
commit daa26965cd
16 changed files with 14 additions and 11 deletions

View file

@ -4,7 +4,7 @@ import { Link } from 'wouter-preact'
import {
useHashLocation,
buildPlayLinkHref,
} from '~/src/utils/utils.routing'
} from '~/src/routing'
import LocalFileSelector from
'~/src/components/FileSelector/LocalFileSelector'