Skip to content

Commit

Permalink
feat: removed unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
rajat693 committed Sep 6, 2024
1 parent 8691361 commit 8ff3277
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ const ImageMeta: ComponentMeta<typeof Image> = {
export default ImageMeta;

export { Image };

// export { ImageSizesStory };
1 change: 0 additions & 1 deletion example/storybook-nativewind/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/assets/*": ["./assets/*"],
"@/components/ui/*": ["src/core-components/nativewind/*"],
"@/components/hooks/*": ["src/core-components/hooks/*"],
"@gluestack-style/react": ["../../packages/styled/react/src"],
Expand Down

0 comments on commit 8ff3277

Please sign in to comment.