aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/App.js
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-07-17 02:10:04 +0200
committerMichael Muré <batolettre@gmail.com>2018-07-17 02:10:04 +0200
commitbd56024b02723b49f27f290ce1b4d6e9d2744107 (patch)
tree9e75a27e663c3d1f96c33c83b17d8cbfeb855132 /webui/src/App.js
parent0180b68cb0bb3aecf9b4a6186094a084762b4a25 (diff)
downloadgit-bug-bd56024b02723b49f27f290ce1b4d6e9d2744107.tar.gz
cleanup webui
Diffstat (limited to 'webui/src/App.js')
-rw-r--r--webui/src/App.js10
1 files changed, 4 insertions, 6 deletions
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 (
<div className="App">
<header className="App-header">
- <img src={logo} className="App-logo" alt="logo" />
- <h1 className="App-title">Welcome to React</h1>
+ <h1 className="App-title">Git bug</h1>
</header>
<p className="App-intro">
- To get started, edit <code>src/App.js</code> and save to reload.
+ Here will appear a Web UI !
</p>
</div>
);