Skip to content

Commit

Permalink
Merge pull request #53 from DevKor-github/api/signUp
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
halionaz authored Aug 21, 2024
2 parents 32bb6fc + f065324 commit ff7b15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/signup/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { TOTAL_PROGRESS } from '@/app/signup/constants';
import SignupTopBar from '@/components/Signup/SignupTopBar';
import SignupProgress from '@/components/Signup/SignupProgress';
import SignupFunnel from '@/components/Signup/SignupFunnel';
import client from '@/libs/clients/client';
import client from '@/libs/client/client';

export default function SignUp() {
const router = useRouter();
Expand Down

0 comments on commit ff7b15c

Please sign in to comment.