Rearrange components

This commit is contained in:
He4eT 2021-03-02 16:48:24 +05:00
commit 90f630f277
13 changed files with 10 additions and 8 deletions

View file

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