mirror of
https://github.com/google-map-react/google-map-react.git
synced 2025-12-08 18:26:32 +00:00
8 lines
151 B
JavaScript
8 lines
151 B
JavaScript
import './index.css'
|
|
|
|
import React from 'react'
|
|
import App from './App'
|
|
|
|
const root = createRoot(document.getElementById('root'))
|
|
root.render(<App />)
|