Skip to content

Commit

Permalink
fix: usestate import 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dewbeeny committed Feb 13, 2025
1 parent 611c4da commit b2eeb73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Main/BottomInfo/BottomInfo.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React, { useState } from 'react';

Check failure on line 1 in src/pages/Main/BottomInfo/BottomInfo.tsx

View workflow job for this annotation

GitHub Actions / build-check

'React' is declared but its value is never read.
import * as S from './BottomInfo.styles';
import GitHubIcon from '../../../assets/githubLogo2.png';
import InstagramIcon from '../../../assets/instagramLogo2.png';
Expand Down

0 comments on commit b2eeb73

Please sign in to comment.