We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c166de4 commit 54e303dCopy full SHA for 54e303d
‎src/app/page.tsx
@@ -1,8 +1,8 @@
1
'use client';
2
import {useEffect, useState} from 'react';
3
import Image from 'next/image';
4
-import intro from '@/public/svgs/intro';
5
import {Login} from './components/login';
+import intro from '@/public/svgs/intro';
6
7
const Page = () => {
8
const [isOpen, setIsOpen] = useState(false);
0 commit comments