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'

View file

@ -2,7 +2,7 @@ import { h } from 'preact'
import { useState, useEffect } from 'preact/hooks'
import UrlPlayer from '~/src/components/Player/UrlPlayer'
import MenuOverlay from '~/src/components/Player/MenuOverlay'
import MenuOverlay from '~/src/components/Player/MenuOverlay/MenuOverlay'
import './PlayerView.css'