mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-16 20:55:03 +01:00
rename lol
This commit is contained in:
parent
c68cd04af7
commit
543e39f129
70 changed files with 283 additions and 266 deletions
|
|
@ -1,20 +0,0 @@
|
|||
import React from 'react';
|
||||
import DataPage from './components/data-page';
|
||||
import './app.css';
|
||||
|
||||
const IS_PROD = process.env.NODE_ENV === 'production';
|
||||
|
||||
const URL_PREFIX = IS_PROD ? '' : 'http://localhost:8080/';
|
||||
|
||||
const App = () => {
|
||||
return (
|
||||
<div className="app">
|
||||
<header className="header">
|
||||
<h1>AMQP Dashboard</h1>
|
||||
</header>
|
||||
<DataPage prefix={URL_PREFIX} />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default App;
|
||||
Loading…
Add table
Add a link
Reference in a new issue