mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
Linting
This commit is contained in:
parent
3288234f36
commit
7a96d99055
21 changed files with 174 additions and 170 deletions
|
|
@ -3,7 +3,7 @@ import { Link } from 'wouter-preact'
|
|||
|
||||
import {
|
||||
useHashLocation,
|
||||
buildPlayLinkHref
|
||||
buildPlayLinkHref,
|
||||
} from '~/src/utils/utils.routing'
|
||||
|
||||
import LocalFileSelector from
|
||||
|
|
@ -15,7 +15,7 @@ import ThemeSelector from
|
|||
|
||||
import './HomeView.css'
|
||||
|
||||
export default function ({ themeEngine }) {
|
||||
export default function HomeView ({ themeEngine }) {
|
||||
const setLocation = useHashLocation()[1]
|
||||
|
||||
return (
|
||||
|
|
@ -46,7 +46,7 @@ export default function ({ themeEngine }) {
|
|||
</h2>
|
||||
|
||||
<ThemeSelector {...{
|
||||
themeEngine
|
||||
themeEngine,
|
||||
}} />
|
||||
|
||||
<p>
|
||||
|
|
@ -97,7 +97,7 @@ export default function ({ themeEngine }) {
|
|||
<LocalFileSelector {...{
|
||||
setLocation,
|
||||
buildLink: buildPlayLinkHref,
|
||||
theme: themeEngine.currentTheme
|
||||
theme: themeEngine.currentTheme,
|
||||
}} />
|
||||
</label>
|
||||
</p>
|
||||
|
|
@ -108,7 +108,7 @@ export default function ({ themeEngine }) {
|
|||
<TargetURLSelector {...{
|
||||
setLocation,
|
||||
buildLink: buildPlayLinkHref,
|
||||
theme: themeEngine.currentTheme
|
||||
theme: themeEngine.currentTheme,
|
||||
}} />
|
||||
</label>
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue