~firefoxreact-appvite-appsrc
8 itemsDownload ./*

..
assets
components
redux
App.css
App.tsx
index.css
main.tsx
vite-env.d.ts


srcmain.tsx
462 B• 5•  3 days ago•  DownloadRawClose
3 days ago•  5

{}
import React from 'react'
import ReactDOM from 'react-dom/client'
import './index.css'
//import reportWebVitals from "./reportWebVitals";
import { Provider } from 'react-redux';
import store from './redux/store';
import App from './App.tsx'


const root = ReactDOM.createRoot(document.getElementById("root") as HTMLElement);
root.render(
    <React.StrictMode>
        <Provider store={store}>
            <App />
        </Provider>
    </React.StrictMode>
);


Top
©twily.info 2013 - 2025
twily at twily dot info



2 274 474 visits
... ^ v