Skip to content

Commit

Permalink
[Refactor] loading spinner 컴포넌트 분리 #1203
Browse files Browse the repository at this point in the history
  • Loading branch information
Clearsu committed Dec 22, 2023
1 parent 28a69e6 commit d30758c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/UI/LoadingSpinner.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import styles from 'styles/UI/LoadingSpinner.module.scss';

export default function LoadingSpinner() {
return <div className={styles.loadingAnimation} />;
}

0 comments on commit d30758c

Please sign in to comment.