task 9.6: create src/types/index.ts barrel file re-exporting all types
This commit is contained in:
parent
2be91ceea8
commit
5e58c26810
1 changed files with 5 additions and 0 deletions
5
src/types/index.ts
Normal file
5
src/types/index.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
export * from './annotations';
|
||||||
|
export * from './candles';
|
||||||
|
export * from './charts';
|
||||||
|
export * from './predictions';
|
||||||
|
export * from './span-annotations';
|
||||||
Loading…
Add table
Add a link
Reference in a new issue