From bd56024b02723b49f27f290ce1b4d6e9d2744107 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Tue, 17 Jul 2018 02:10:04 +0200 Subject: cleanup webui --- webui/src/App.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'webui/src/App.js') diff --git a/webui/src/App.js b/webui/src/App.js index 203067e4..95bd38af 100644 --- a/webui/src/App.js +++ b/webui/src/App.js @@ -1,17 +1,15 @@ -import React, { Component } from 'react'; -import logo from './logo.svg'; -import './App.css'; +import React, { Component } from 'react' +import './App.css' class App extends Component { render() { return (
- logo -

Welcome to React

+

Git bug

- To get started, edit src/App.js and save to reload. + Here will appear a Web UI !

); -- cgit