Skip to content

Commit

Permalink
Update Client
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukhendu2002 committed Mar 16, 2024
1 parent 11eb78c commit b4b7d7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/pages/Login.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import { Command, Loader2 } from "lucide-react";
import { Loader2 } from "lucide-react";
import { buttonVariants } from "@/components/ui/button";
import { cn } from "@/lib/utils";
import { Link, useNavigate } from "react-router-dom";
Expand Down
2 changes: 1 addition & 1 deletion client/src/pages/SignUp.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import { Command, Loader2 } from "lucide-react";
import { Loader2 } from "lucide-react";
import { buttonVariants } from "@/components/ui/button";
import { cn } from "@/lib/utils";
import { Link, useNavigate } from "react-router-dom";
Expand Down

0 comments on commit b4b7d7a

Please sign in to comment.