Skip to content

Commit

Permalink
fix: linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
d0kur0 committed Jan 26, 2024
1 parent 388c72a commit 4c66864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Link, Route, Routes } from "@solidjs/router";
import { Route, Routes } from "@solidjs/router";
import { NotificationsProvider, HopeProvider, Box, Heading, Anchor, Button } from "@hope-ui/solid";
import { useStore } from "@nanostores/solid";
import { $files } from "./stores/media";
Expand Down

0 comments on commit 4c66864

Please sign in to comment.