parent
16b77e1f82
commit
aa6e5aa924
@ -1,3 +1,3 @@ |
|||||||
export const environment = { |
export const environment = { |
||||||
production: true |
production: true |
||||||
}; |
} |
||||||
|
@ -1 +1 @@ |
|||||||
export * from './app/compiler-api'; |
export * from './app/compiler-api' |
||||||
|
@ -1,11 +1,12 @@ |
|||||||
import React from 'react'; |
// eslint-disable-next-line no-use-before-define
|
||||||
import ReactDOM from 'react-dom'; |
import React from 'react' |
||||||
|
import ReactDOM from 'react-dom' |
||||||
|
|
||||||
import App from './app/app'; |
import App from './app/app' |
||||||
|
|
||||||
ReactDOM.render( |
ReactDOM.render( |
||||||
<React.StrictMode> |
<React.StrictMode> |
||||||
<App /> |
<App /> |
||||||
</React.StrictMode>, |
</React.StrictMode>, |
||||||
document.getElementById('root') |
document.getElementById('root') |
||||||
); |
) |
||||||
|
Loading…
Reference in new issue