Skip to content

Commit

Permalink
fix: UI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeetnishal committed May 19, 2024
1 parent 6336f35 commit 52854f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion client/src/app/auth/login/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"use client";
import React, { useState } from "react";
import Link from "next/link";
import Image from "next/image";
import { GoogleIcon } from "@/components/icons/GoogleIcon";

const LoginPage = () => {
Expand Down
1 change: 0 additions & 1 deletion client/src/app/auth/signup/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"use client";
import React, { useState } from "react";
import Link from "next/link";
import Image from "next/image";

type FormValues = {
name: string;
Expand Down

0 comments on commit 52854f7

Please sign in to comment.