Skip to content

Commit

Permalink
prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ccatherinetan committed Nov 8, 2024
1 parent 958de99 commit 1beb0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(auth)/signup/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use client';

import { useState } from 'react';
import { AuthProvider, useAuth } from '../../utils/AuthProvider';
import { useAuth } from '../../utils/AuthProvider';

export default function SignUp() {
const { signUp } = useAuth();
Expand Down

0 comments on commit 1beb0f8

Please sign in to comment.