aboutsummaryrefslogblamecommitdiffstats
path: root/webui/src/App.js
blob: 95bd38afea1258199efb00f4785a941e952d5e8b (plain) (tree)
1
2
3
4
5
6
7
8
9

                                        





                                       
                                                

                                 
                                     






                   
import React, { Component } from 'react'
import './App.css'

class App extends Component {
  render() {
    return (
      <div className="App">
        <header className="App-header">
          <h1 className="App-title">Git bug</h1>
        </header>
        <p className="App-intro">
          Here will appear a Web UI !
        </p>
      </div>
    );
  }
}

export default App;