Skip to content

Commit ee0e0f9

Browse files
committed
fix lint
1 parent dc7232d commit ee0e0f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/types/png.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
declare module '*.png' {
66
import type { ImageSourcePropType } from 'react-native';
7+
78
const pngContent: ImageSourcePropType;
89
export default pngContent;
910
}

0 commit comments

Comments
 (0)