Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
loweisz committed Apr 11, 2024
1 parent 97a6a78 commit c41896b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/test-app/src/components/CustomImageComponent.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export function CustomImageComponent(props: any) {
export function CustomImageComponent(props: { src: string }) {
return (
<>
<img src={props.src} style={{ height: '100px', width: '100px' }} />
Expand Down

0 comments on commit c41896b

Please sign in to comment.