Skip to content

Commit

Permalink
feat: 라우팅시 로딩중 spinner 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ienrum committed Jul 17, 2024
1 parent 8cfb745 commit 7b08a96
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/app/loading.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import Spinner from '@/src/components/Spinner';

const Loading = () => {
return <Spinner text='로딩중...' />;
};

export default Loading;

0 comments on commit 7b08a96

Please sign in to comment.