mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 02:05:09 +01:00
fix unused
This commit is contained in:
parent
81373da404
commit
3a262b9fbf
@ -1,6 +1,6 @@
|
|||||||
import { WatchedMediaCard } from "@/components/media/WatchedMediaCard";
|
import { WatchedMediaCard } from "@/components/media/WatchedMediaCard";
|
||||||
import { SearchBarInput } from "@/components/SearchBar";
|
import { SearchBarInput } from "@/components/SearchBar";
|
||||||
import { GetProviderFromId, MWMedia, MWMediaType, SearchProviders } from "@/scrapers";
|
import { MWMedia, MWMediaType, SearchProviders } from "@/scrapers";
|
||||||
import { useState } from "react";
|
import { useState } from "react";
|
||||||
|
|
||||||
export function SearchView() {
|
export function SearchView() {
|
||||||
|
Loading…
Reference in New Issue
Block a user