Skip to content

Commit 54e303d

Browse files
committed
💄 style : Reorder import statements
Reordered the import statements for better readability and consistency. Related issue: YJU-OKURA#58
1 parent c166de4 commit 54e303d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
'use client';
22
import {useEffect, useState} from 'react';
33
import Image from 'next/image';
4-
import intro from '@/public/svgs/intro';
54
import {Login} from './components/login';
5+
import intro from '@/public/svgs/intro';
66

77
const Page = () => {
88
const [isOpen, setIsOpen] = useState(false);

0 commit comments

Comments
 (0)