mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 17:37:21 +00:00
Linting
This commit is contained in:
parent
3288234f36
commit
7a96d99055
21 changed files with 174 additions and 170 deletions
|
|
@ -1,11 +1,11 @@
|
|||
import { h } from 'preact'
|
||||
|
||||
export default function ({ themeEngine }) {
|
||||
const options = themeEngine.themes.map(theme => (
|
||||
export default function ThemeSelector ({ themeEngine }) {
|
||||
const options = themeEngine.themes.map((theme) => (
|
||||
<option
|
||||
key={theme}
|
||||
value={theme}>
|
||||
{theme}
|
||||
{theme}
|
||||
</option>))
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue