Skip to content

Commit

Permalink
added page and env file
Browse files Browse the repository at this point in the history
  • Loading branch information
rachaelch3n committed Oct 7, 2024
1 parent 8e8b985 commit 7b9e101
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 109 deletions.
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

59 changes: 0 additions & 59 deletions .idea/codeStyles/Project.xml

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/codeStyles/codeStyleConfig.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/trap-garden.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

4 changes: 2 additions & 2 deletions app/(auth)/login.tsx → app/(auth)/login/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use client';

import { useState } from 'react';
import supabase from '../../api/supabase/createClient';
import supabase from '../../../api/supabase/createClient';

export default function Login() {
const [email, setEmail] = useState('');
Expand Down Expand Up @@ -53,4 +53,4 @@ export default function Login() {
</button>
</>
);
}
}

0 comments on commit 7b9e101

Please sign in to comment.