2021-12-29 06:26:19 +00:00
|
|
|
import React from 'react';
|
|
|
|
import ReactDOM from 'react-dom';
|
|
|
|
import App from './App';
|
2022-05-07 17:04:26 +00:00
|
|
|
import 'focus-visible/dist/focus-visible';
|
2021-12-29 06:26:19 +00:00
|
|
|
|
|
|
|
ReactDOM.render(<App />, document.getElementById('root'));
|