Skip to content

Commit c6b0709

Browse files
committed
refactor: 파일 위치 수정
1 parent 01466d4 commit c6b0709

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/pages/Loading.tsx renamed to src/components/common/Loading/Loading.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react';
2-
import Logo from '../assets/svgs/Logo.tsx';
2+
import Logo from '../../../assets/svgs/Logo.tsx';
33

44
interface Props {
55
display: 'spinner' | 'dots' | 'ring' | 'ball' | 'bars' | 'infinity';

0 commit comments

Comments
 (0)