Stripped out a whole bunch of pages, read more
The purpose of this branch is to bring this project in line with the JWT protcol that the microservice is using. For the time being, it's easier to get a stripped-down and stable build and replace the lost parts, one- by-one.
This commit is contained in:
+1
-5
@@ -1,16 +1,12 @@
|
||||
//polyfills
|
||||
import 'core-js/stable';
|
||||
import 'regenerator-runtime/runtime';
|
||||
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import { CookiesProvider } from 'react-cookie';
|
||||
|
||||
import App from './components/app';
|
||||
|
||||
ReactDOM.render(
|
||||
<CookiesProvider>
|
||||
<App />
|
||||
</CookiesProvider>,
|
||||
<App />,
|
||||
document.querySelector('#root')
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user