Skip to content

Commit

Permalink
And...
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-NRCan committed Sep 28, 2023
1 parent 3030a50 commit 3be1916
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/chart/chart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ import { ChartPie } from './charts/chart-pie';
import { ChartLine } from './charts/chart-line';
import styles from './chart.module.css';

export type Toto = {
yo: string;
};

export * from './chart-types';

console.log("geochart chart.tsx run");

Expand Down

0 comments on commit 3be1916

Please sign in to comment.