Skip to content

Commit

Permalink
fix(app.tsx): fix hook reference
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoFilips committed Jun 8, 2024
1 parent e257998 commit 01a72d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my-react-ts-app/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useState } from 'react'
// import { useState } from 'react'
import linkedinLogo from './assets/Icons/LinkedIn.png'
import GithubLogo from './assets/Icons/GithubInverted.png'
import XingLogo from './assets/Icons/xing2.png'
Expand Down

0 comments on commit 01a72d4

Please sign in to comment.