Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayothegod committed Aug 22, 2024
1 parent 7ebfa92 commit 9783a93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ origin https://new.url/repo.git (push)
- SETTINGS

- history(chart on spend data)
- summary {weekly, monthly}
- summary {weekly, monthly}

/// check server schemma for user info data need
6 changes: 3 additions & 3 deletions client/src/routes/login.tsx
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
import { Button } from "@/components/ui/button";
import { Input } from "@/components/ui/input";
import { Label } from "@/components/ui/label";
import { useToast } from "@/components/ui/use-toast";
import { useProcessStore } from "@/lib/store/stateStore";
import { useToast } from "@/components/ui/use-toast";
import { zodResolver } from "@hookform/resolvers/zod";
import axios from "axios";
import Cookies from "js-cookie";
import { Loader2 } from "lucide-react";
import { SubmitHandler, useForm } from "react-hook-form";
import { Link, json, redirect, useNavigate } from "react-router-dom";
import { BASEURL, axiosInstance } from "@/lib/fetch";
import { z } from "zod";
import { Loader2 } from "lucide-react";
import asset from "@/assets/asset.jpg";
import { loginUserSchema } from "@/lib/schema";
import { BASEURL, axiosInstance } from "@/lib/fetch";
import { useAuthStore } from "@/lib/store/userStore";
import logo from "@/assets/tranzact.svg";
import Logo from "@/components/build/Logo";
Expand Down

0 comments on commit 9783a93

Please sign in to comment.