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