From c829168f361501cab68fc4171c97542d8013bd7b Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Wed, 14 Jul 2021 17:27:04 +0200 Subject: added random graph with colored edged --- app/components/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'app/components/index.ts') diff --git a/app/components/index.ts b/app/components/index.ts index 5ed4a28..9feec07 100644 --- a/app/components/index.ts +++ b/app/components/index.ts @@ -10,3 +10,4 @@ export * from "./text/text" export * from "./text-field/text-field" export * from "./wallpaper/wallpaper" export * from "./auto-image/auto-image" +export * from "./graph/graph" -- cgit v1.2.3