(feat) new ui build

This commit is contained in:
ishaan-jaff 2024-02-03 18:53:05 -08:00
parent 650fa0e0ff
commit c6aadcbd34
69 changed files with 174 additions and 153 deletions

View file

@ -10,8 +10,8 @@ import Navbar from "./navbar";
import { useSearchParams } from "next/navigation";
import { jwtDecode } from "jwt-decode";
// const proxyBaseUrl = null;
const proxyBaseUrl = "http://localhost:4000" // http://localhost:4000
const proxyBaseUrl = null;
// const proxyBaseUrl = "http://localhost:4000" // http://localhost:4000
type UserSpendData = {
spend: number;