Skip to content

Commit 54c546b

Browse files
committed
format
1 parent a0263bf commit 54c546b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/(auth)/sign-up/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import Link from 'next/link';
44
import { useState } from 'react';
5+
import { Loader } from 'lucide-react';
56

67
import { Button } from '../../_components/ui/button';
78
import {
@@ -15,7 +16,6 @@ import { Input } from '../../_components/ui/input';
1516
import { Label } from '../../_components/ui/label';
1617
import { Separator } from '../../_components/ui/separator';
1718
import { signUp } from '../actions';
18-
import { Loader } from 'lucide-react';
1919

2020
export default function SignUp() {
2121
const [error, setError] = useState<string>();

0 commit comments

Comments
 (0)