|
Last change
on this file since 640ed89 was 640ed89, checked in by istevanoska <ilinastevanoska@…>, 7 months ago |
|
Initial commit
|
-
Property mode
set to
100644
|
|
File size:
282 bytes
|
| Line | |
|---|
| 1 | import React from 'react'; // ⬅ додадено
|
|---|
| 2 | import ReactDOM from 'react-dom/client';
|
|---|
| 3 | import App from './App.jsx';
|
|---|
| 4 | import './index.css';
|
|---|
| 5 |
|
|---|
| 6 | ReactDOM.createRoot(document.getElementById('root')).render(
|
|---|
| 7 | <React.StrictMode>
|
|---|
| 8 | <App />
|
|---|
| 9 | </React.StrictMode>
|
|---|
| 10 | );
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.