Skip to content

Commit

Permalink
merged some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rachaelch3n committed Nov 20, 2024
1 parent c2f53ae commit 84dcea1
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 210 deletions.
4 changes: 2 additions & 2 deletions app/(auth)/signup/page.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
'use client';

import { useState } from 'react';
import PasswordComplexity from '@/components/PasswordComplexity';
import PasswordInput from '@/components/PasswordInput';
import { useAuth } from '@/utils/AuthProvider';
import PasswordComplexity from '@/app/utils/PasswordComplexity';
import PasswordInput from '@/app/utils/PasswordInput';

export default function SignUp() {
const { signUp } = useAuth();
Expand Down
34 changes: 0 additions & 34 deletions app/dashboard/page.tsx

This file was deleted.

174 changes: 0 additions & 174 deletions app/utils/AuthProvider.tsx

This file was deleted.

File renamed without changes.
File renamed without changes.

0 comments on commit 84dcea1

Please sign in to comment.