Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sehnryr committed Nov 8, 2024
1 parent d7de510 commit 1c98fdf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useEffect, useState } from "react";
import { useState } from "react";
import {
createBrowserRouter,
NavLink,
Expand All @@ -12,7 +12,6 @@ import Extensions from "./pages/Extensions.tsx";
import More from "./pages/More.tsx";
import MangaDetails from "./pages/MangaDetails.tsx";
import { ExtensionsContext } from "./context/extensions.ts";
import { getExtensions } from "./services/tauri.service.ts";
import { Extension } from "./types/extension.ts";
import { RepositoryUrlContext } from "./context/repositoryUrl.ts";

Expand Down

0 comments on commit 1c98fdf

Please sign in to comment.