Skip to content

Commit

Permalink
fix: 디버깅용 코드 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
리니_이경린 committed Feb 20, 2025
1 parent ff9908d commit 1b41503
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/pages/LoadingPage/LoadingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@ const LoadingPage = () => {
최대 30초까지 소요될 수 있어요
</Text>
</div>
<div
style={{
padding: "20px",
backgroundColor: "#f8f9fa",
borderRadius: "8px",
marginTop: "20px",
}}
></div>

<div className={styles.Image}>
<img src="/assets/img/img-loading.webp" alt="createReviewImg" />
</div>
Expand Down

0 comments on commit 1b41503

Please sign in to comment.