Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aashiyaaaa authored Feb 14, 2024
1 parent 5c5bbac commit 97f3e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Navbar } from '@/components/core/Navbar';
import Image from 'next/image';
import image1 from '/public/images/logo.png';
import Link from 'next/link';
import { CodeInput } from '@/components/auth/CodeInput';
import { CodeInput } from '@/components/auth/CodeInput';

export default function LoginPage() {
const [userTextInput, setUserTextInput] = useState('');
Expand Down

0 comments on commit 97f3e2b

Please sign in to comment.