Skip to content

Commit

Permalink
refactor: change directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayata Suenaga committed Aug 11, 2023
1 parent 91a8665 commit c76a83f
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions src/MapView/MapView/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import MapView from './MapView';

export type {MapViewProps, MapViewHandle} from './MapViewTypes';
export default MapView;
File renamed without changes.
2 changes: 1 addition & 1 deletion src/MapView/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import MapView from './MapView';

export type {MapViewProps, MapViewHandle} from './MapViewTypes';
export * from './MapView';
export default MapView;

0 comments on commit c76a83f

Please sign in to comment.