chore: fixed wrong import
This commit is contained in:
@ -3,7 +3,6 @@ import { useLocation, useParams } from "react-router-dom";
|
|||||||
import { TorrentKind } from "../const";
|
import { TorrentKind } from "../const";
|
||||||
import { useRequestBuilder } from "@snort/system-react";
|
import { useRequestBuilder } from "@snort/system-react";
|
||||||
import { TorrentList } from "../element/torrent-list";
|
import { TorrentList } from "../element/torrent-list";
|
||||||
import { Search } from "../element/search";
|
|
||||||
|
|
||||||
export function SearchPage() {
|
export function SearchPage() {
|
||||||
const params = useParams();
|
const params = useParams();
|
||||||
|
Reference in New Issue
Block a user