Skip to content

Commit

Permalink
Changed files tree and simplified types definition exporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-NRCan committed Oct 5, 2023
1 parent 402fece commit a968cfd
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "0.1.0",
"description": "A demo app that uses the GeoView APIs",
"main": "src/index.tsx",
"types": "./src/chart/chart.d.ts",
"private": true,
"license": "MIT",
"repository": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions src/chart/chart.d.ts

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Export types
export * from './chart/chart.d';
export * from './chart-types';
export * from './chart';

0 comments on commit a968cfd

Please sign in to comment.