From aa0470a3076f5ac65a0311c76e58254547f3eae0 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 3 Nov 2018 17:29:49 +0100 Subject: begin client --- client/common/loader.component.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 client/common/loader.component.js (limited to 'client/common/loader.component.js') diff --git a/client/common/loader.component.js b/client/common/loader.component.js new file mode 100644 index 00000000..6795424b --- /dev/null +++ b/client/common/loader.component.js @@ -0,0 +1,10 @@ +import React, { Component } from 'react' + +export default function Loader() { + return ( +
+
+
+
+ ) +} \ No newline at end of file -- cgit v1.2.3-70-g09d2