main
Last change
on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
286 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 | if (typeof GestureEvent === "undefined") {
|
---|
7 | window.GestureEvent = class GestureEvent {};
|
---|
8 | }
|
---|
9 |
|
---|
10 |
|
---|
11 | ReactDOM.createRoot(document.getElementById('root')).render(
|
---|
12 | <App />
|
---|
13 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.