Changeset 79a0317 for imaps-frontend/src/main.jsx
- Timestamp:
- 01/21/25 03:08:24 (3 days ago)
- Branches:
- main
- Parents:
- 0c6b92a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/src/main.jsx
r0c6b92a r79a0317 4 4 import './index.css' 5 5 6 if (typeof GestureEvent === "undefined") { 7 window.GestureEvent = class GestureEvent {}; 8 } 9 10 6 11 ReactDOM.createRoot(document.getElementById('root')).render( 7 12 <App />
Note:
See TracChangeset
for help on using the changeset viewer.