Skip to content

Commit

Permalink
style: changing the way of import
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaKantipudi1 committed Oct 10, 2024
1 parent 9de02ac commit c2aa2c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Types from './types';
import * as ResponsiveComp from './responsive_comp';
import * as Utils from './utils';

export { Types, ResponsiveComp, Utils };
export { Types, Utils };
export { default as ResponsiveImage } from './responsive_comp';

0 comments on commit c2aa2c9

Please sign in to comment.