Skip to content

Commit

Permalink
fixed linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Cynamide committed Feb 22, 2025
1 parent d2d6ff3 commit 1a2bb4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/RouteVideoPlayer.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Accessor, createEffect, createResource, onCleanup, onMount, type VoidComponent } from 'solid-js'
import { createEffect, createResource, onCleanup, onMount, type VoidComponent } from 'solid-js'
import clsx from 'clsx'
import Hls from 'hls.js/dist/hls.light.mjs'

Expand Down
1 change: 0 additions & 1 deletion src/pages/dashboard/activities/RouteActivity.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {
createEffect,
createResource,
createSignal,
lazy,
Expand Down

0 comments on commit 1a2bb4c

Please sign in to comment.