From 57726902fe70f6c051c20f7104a9b78687c15479 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 4 Jun 2018 03:52:59 +0200 Subject: progress barz --- app/client/common/loading.component.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 app/client/common/loading.component.js (limited to 'app/client/common/loading.component.js') diff --git a/app/client/common/loading.component.js b/app/client/common/loading.component.js new file mode 100644 index 0000000..f8033db --- /dev/null +++ b/app/client/common/loading.component.js @@ -0,0 +1,12 @@ +import { h, Component } from 'preact' + +import Progress from './progress.component' + +export default function Loading({progress}) { + return ( +
+ Loading
+ +
+ ) +} -- cgit v1.2.3-70-g09d2