mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 17:37:21 +00:00
Views: replace css files with scss modules
This commit is contained in:
parent
f1a723653d
commit
2353700694
17 changed files with 147 additions and 141 deletions
|
|
@ -3,8 +3,6 @@ import { useState, useEffect } from 'preact/hooks'
|
|||
import UrlPlayer from '~/src/components/Player/UrlPlayer'
|
||||
import MenuOverlay from '~/src/components/Player/MenuOverlay/MenuOverlay'
|
||||
|
||||
import './PlayerView.css'
|
||||
|
||||
const decode = (encodedUrl) => decodeURIComponent(encodedUrl)
|
||||
|
||||
export default function PlayerView ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue