mirror of
https://github.com/D4M13N-D3V/neroshitron.git
synced 2025-07-31 11:09:19 +00:00
Update search.tsx
This commit is contained in:
parent
e86a8fa481
commit
d3da16bcf4
@ -9,7 +9,6 @@ const Search = ({ }:SearchProps) => {
|
||||
const [tags, setTags] = useState<string[]>([]);
|
||||
const [search, setSearch] = useState<string>('');
|
||||
const [nsfw, setNsfw] = useState<boolean>(false);
|
||||
const [selectingTags, setSelectingTags] = useState<boolean>(false);
|
||||
|
||||
const getData = async () => {
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user