Skip to content

Commit

Permalink
fix: fixed typo, updated import
Browse files Browse the repository at this point in the history
  • Loading branch information
mheggelund committed Sep 19, 2023
1 parent cbd4c93 commit e6352d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/ModelView/ModelImageView/ModelImageView.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Img from '../image.png'
import * as Styled from './ModelImageView.syled'
import * as Styled from './ModelImageView.styled'

export const ModelImageView = () => {
// TODO
Expand Down

0 comments on commit e6352d8

Please sign in to comment.