UNPKG
lincd-design-elems
Version:
latest (1.0.1)
1.0.1
1.0.0
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.1
0.1.0
lincd-design-elems
/
src
/
index.ts
11 lines
(8 loc)
•
236 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
// import './ontologies/example-ontology';
//SHAPES FIRST
// import './shapes/ExampleShapeClass';
//THEN COMPONENTS
import
'./components/List'
;
import
'./components/Card'
;
import
'./components/InlineList'
;
import
'./components/Grid'
;