fix imports
This commit is contained in:
parent
3a3525fe79
commit
6f54949153
1 changed files with 2 additions and 10 deletions
|
@ -2,16 +2,8 @@ import {
|
||||||
createEventListenerMap,
|
createEventListenerMap,
|
||||||
createEventSignal,
|
createEventSignal,
|
||||||
} from "@solid-primitives/event-listener";
|
} from "@solid-primitives/event-listener";
|
||||||
import { query } from "@solidjs/router";
|
import { createAsync, json, query } from "@solidjs/router";
|
||||||
import {
|
import { Component, createEffect, createMemo, createSignal } from "solid-js";
|
||||||
Component,
|
|
||||||
createEffect,
|
|
||||||
createMemo,
|
|
||||||
createSignal,
|
|
||||||
For,
|
|
||||||
onMount,
|
|
||||||
untrack,
|
|
||||||
} from "solid-js";
|
|
||||||
import css from "./player.module.css";
|
import css from "./player.module.css";
|
||||||
import { Volume } from "./controls/volume";
|
import { Volume } from "./controls/volume";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue