FEAT: Searchbar

This commit is contained in:
aidenpwnz 2022-09-01 19:21:44 +02:00
parent 6291a5422a
commit 992b18c9de
2 changed files with 7 additions and 8 deletions

View file

@ -1,4 +1,4 @@
import { useEffect, useState } from "react";
import { useState } from "react";
import { FiSearch } from "react-icons/fi";
import { FcGoogle } from "react-icons/fc";
import { SiDuckduckgo } from "react-icons/si";