diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-14 17:27:04 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-14 17:27:04 +0200 |
commit | c829168f361501cab68fc4171c97542d8013bd7b (patch) | |
tree | 63f0c1b705491adff7ebc0c7ec472da5370c38ed /app/screens | |
parent | e5021187e96b78b53203bd95d08d6818aea47d17 (diff) |
added random graph with colored edged
Diffstat (limited to 'app/screens')
-rw-r--r-- | app/screens/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/screens/index.ts b/app/screens/index.ts index 17c8ade..96fcc0b 100644 --- a/app/screens/index.ts +++ b/app/screens/index.ts @@ -2,3 +2,4 @@ export * from "./welcome/welcome-screen" export * from "./demo/demo-screen" export * from "./demo/demo-list-screen" // export other screens here +export * from "./graph/graph-screen" |