mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
Move styles for views
This commit is contained in:
parent
5c1304a08b
commit
a7603a4cf8
4 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ import TargetURLSelector from
|
||||||
import ThemeSelector from
|
import ThemeSelector from
|
||||||
'~/src/components/ThemeSelector/ThemeSelector'
|
'~/src/components/ThemeSelector/ThemeSelector'
|
||||||
|
|
||||||
import '~/src/style/views/HomeView.css'
|
import './style/HomeView.css'
|
||||||
|
|
||||||
export default function ({ themeEngine }) {
|
export default function ({ themeEngine }) {
|
||||||
const setLocation = useHashLocation()[1]
|
const setLocation = useHashLocation()[1]
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ 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'
|
import './style/PlayerView.css'
|
||||||
|
|
||||||
const decode = encodedUrl => decodeURIComponent(encodedUrl)
|
const decode = encodedUrl => decodeURIComponent(encodedUrl)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue