UNPKG
mct1
Version:
latest (1.0.3)
1.0.3
Repo for mct1
www.mct1.io
mc-t1/mct1
mct1
/
src
/
Bars
/
index.ts
7 lines
(6 loc)
•
106 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
*
as
BGL
from
'./BGLBar'
;
import
*
as
Insulin
from
'./InsulinBar'
;
export
{
BGL
,
Insulin
}