Move styles for views

This commit is contained in:
He4eT 2021-03-04 01:02:41 +05:00
commit a7603a4cf8
4 changed files with 2 additions and 2 deletions

View file

@ -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]

View file

@ -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)