Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanAuyeung committed Apr 18, 2024
1 parent d64d3e5 commit e34419c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { useState } from 'react';
import Image from 'next/image';
import supabase from '@/api/supabase/createClient';
import { Body1, Heading1 } from '@/styles/fonts';
import LoginForm from '@/components/LoginFormFolder/LoginForm';

import {
Fullscreen,
Expand All @@ -15,7 +16,7 @@ import {
EyeOffIcon,
EyeIcon,
} from './login/styles';
import LoginForm from '@/components/LoginFormFolder/LoginForm';


export default function App() {
const [email, setEmail] = useState('');
Expand Down

0 comments on commit e34419c

Please sign in to comment.