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
-2
View File
@@ -18,8 +18,6 @@ export default function Me() {
const router = useRouter();
const currPage = router.query.page;
console.log(currPage);
function getCurrentContent() {
switch (currPage) {
case QueryRoutes.convos: