Skip to content

Commit

Permalink
페이지로더 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
shlee9999 committed Dec 9, 2024
1 parent 570ff6c commit 5e64203
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/components/PageLoader/index.tsx
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
import DogRun1 from '~assets/dog_run1.svg?react'
import DogRun2 from '~assets/dog_run2.svg?react'
import DogRun3 from '~assets/dog_run3.svg?react'
import DogRun4 from '~assets/dog_run4.svg?react'
import * as S from './styles'

export default function PageLoader() {
return (
<S.PageLoader>
<S.DogAnimation>
<DogRun1 />
<DogRun2 />
<DogRun3 />
<DogRun4 />
</S.DogAnimation>
<S.DogAnimation>페이지 로더</S.DogAnimation>
</S.PageLoader>
)
}

0 comments on commit 5e64203

Please sign in to comment.