adding full search functionality and other things

This commit is contained in:
Arjun Patel
2022-02-01 17:02:40 -08:00
parent 1239014c15
commit 492ee2221b
7 changed files with 199 additions and 77 deletions
@@ -0,0 +1,5 @@
import { FaRegDotCircle } from "react-icons/fa";
export default function SimpleLoadingDot() {
return <FaRegDotCircle className="animate-pulse text-teal-500" />;
}