Mercurial > code > home > repos > streamed-graph
annotate src/index.ts @ 106:2468f2227d22
make src/layout/ and src/render/ separation
author | drewp@bigasterisk.com |
---|---|
date | Sun, 13 Mar 2022 22:00:30 -0700 |
parents | 955cde1550c3 |
children | 042bd3361339 |
rev | line source |
---|---|
106
2468f2227d22
make src/layout/ and src/render/ separation
drewp@bigasterisk.com
parents:
93
diff
changeset
|
1 import { StreamedGraph } from "./render/element"; |
3
a7ba8627a7b6
still trying to make imports work. add other files too
drewp@bigasterisk.com
parents:
diff
changeset
|
2 |
106
2468f2227d22
make src/layout/ and src/render/ separation
drewp@bigasterisk.com
parents:
93
diff
changeset
|
3 export {StreamedGraph} |