From 70ff6381039eba97a63035392f87056a023ea36b Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 8 Apr 2019 14:46:09 -0700 Subject: Loading indicators. - Fixes #10 - Adding SVG symbols component --- ui/src/index.tsx | 59 ++------------------------------------------------------ 1 file changed, 2 insertions(+), 57 deletions(-) (limited to 'ui/src/index.tsx') diff --git a/ui/src/index.tsx b/ui/src/index.tsx index 45bae0f7..608e487a 100644 --- a/ui/src/index.tsx +++ b/ui/src/index.tsx @@ -10,6 +10,7 @@ import { Post } from './components/post'; import { Community } from './components/community'; import { Communities } from './components/communities'; import { User } from './components/user'; +import { Symbols } from './components/symbols'; import './main.css'; @@ -42,68 +43,12 @@ class Index extends Component { - {this.symbols()} + ); } - symbols() { - return( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ); - } - } render(, container); -- cgit v1.2.3