mirror of
https://github.com/koodiklinikka/palkkakysely.git
synced 2026-03-18 15:05:36 +00:00
Add React analysaattori
This commit is contained in:
10
analysaattori/src/index.tsx
Normal file
10
analysaattori/src/index.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import App from './App';
|
||||
|
||||
ReactDOM.render(
|
||||
<React.StrictMode>
|
||||
<App />
|
||||
</React.StrictMode>,
|
||||
document.getElementById('root')
|
||||
);
|
||||
Reference in New Issue
Block a user