mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 17:37:21 +00:00
Extract styles for views
This commit is contained in:
parent
9f7ff097a2
commit
e44831db08
6 changed files with 53 additions and 57 deletions
|
|
@ -3,6 +3,8 @@ import { useState, useEffect } from 'preact/hooks'
|
|||
|
||||
import UrlPlayer from '~/src/components/player/UrlPlayer'
|
||||
|
||||
import '~/src/style/views/PlayerView.css'
|
||||
|
||||
const decode = encodedUrl => decodeURIComponent(encodedUrl)
|
||||
|
||||
export default function ({ setTheme, theme, encodedUrl }) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue