From 01dd2ea77811e51507fefb96b5d531dff35d69d1 Mon Sep 17 00:00:00 2001 From: otivm Date: Sat, 25 Apr 2026 18:25:46 +0000 Subject: [PATCH] =?UTF-8?q?Add=20Map=20screen=20to=20App=20=E2=80=94=20rep?= =?UTF-8?q?lace=20placeholder=20with=20Map=20component?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.jsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 87f4a58..acb55b6 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -2,6 +2,7 @@ import { useState, useEffect } from 'react' import { generateToken, loadState, saveState } from './api.js' import { createState } from './gameState.js' import Ledger from './screens/Ledger.jsx' +import Map from './screens/Map.jsx' import './App.css' const TOKEN_KEY = 'otivm_token' @@ -71,9 +72,7 @@ export default function App() {
-
-

Map — coming in OTIVM-II

-
+