diff options
-rw-r--r-- | diplomacy/web/src/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/diplomacy/web/src/index.js b/diplomacy/web/src/index.js index f2e3361..7f171c3 100644 --- a/diplomacy/web/src/index.js +++ b/diplomacy/web/src/index.js @@ -25,7 +25,7 @@ import './index.css'; // ======================================== -const container = document.getElementByID('root'); +const container = document.getElementById('root'); const root = createRoot(container); root.render(<Page />); |