Skip to content

Commit

Permalink
refactor: relocate import place for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzhastin-Nikita authored and the-homeless-god committed Mar 28, 2022
1 parent 9a888e8 commit 31ff019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { LoginButton } from './atoms/LoginButton'
import { Image } from './atoms/Image'
import { LoginButton } from './atoms/LoginButton'

export default { LoginButton, Image }

0 comments on commit 31ff019

Please sign in to comment.