Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/src/main.jsx

    r0c6b92a r79a0317  
    44import './index.css'
    55
     6if (typeof GestureEvent === "undefined") {
     7    window.GestureEvent = class GestureEvent {};
     8}
     9
     10
    611ReactDOM.createRoot(document.getElementById('root')).render(
    712   <App />
Note: See TracChangeset for help on using the changeset viewer.