Skip to content

Commit

Permalink
feat: 불필요한 import제거
Browse files Browse the repository at this point in the history
  • Loading branch information
jisung24 committed Oct 30, 2023
1 parent d8f21c8 commit d998ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import './styles/index.css'

function App() {
return (
<div className={'App'}>
<div className={'App relative'}>
<p className={'headline-30'}>{'headline-30 font'}</p>
<p className={'headline-25'}>{'headline-25 font'}</p>
<p className={'subHead-18'}>{'subHead-18 font'}</p>
Expand Down

0 comments on commit d998ee9

Please sign in to comment.