mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
fix unused
This commit is contained in:
parent
81373da404
commit
3a262b9fbf
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import { WatchedMediaCard } from "@/components/media/WatchedMediaCard";
|
||||
import { SearchBarInput } from "@/components/SearchBar";
|
||||
import { GetProviderFromId, MWMedia, MWMediaType, SearchProviders } from "@/scrapers";
|
||||
import { MWMedia, MWMediaType, SearchProviders } from "@/scrapers";
|
||||
import { useState } from "react";
|
||||
|
||||
export function SearchView() {
|
||||
|
|
Loading…
Reference in a new issue