This commit is contained in:
Ludvík Prokopec 2022-10-08 13:45:46 +02:00
parent add3b4016b
commit a2a14ef086
2 changed files with 0 additions and 5 deletions

View File

@ -7,7 +7,6 @@
import Renderer from './lib/Components/Forms/Renderer.svelte' import Renderer from './lib/Components/Forms/Renderer.svelte'
//import Try from './routes/try.svelte' //import Try from './routes/try.svelte'
import { data } from './lib/stores/game' import { data } from './lib/stores/game'
import Map from './lib/Components/Forms/MapBefore.svelte'
</script> </script>
<main> <main>
@ -23,9 +22,6 @@
<h1 class="flex items-center justify-center">Nebyla vybrána žádná hra</h1> <h1 class="flex items-center justify-center">Nebyla vybrána žádná hra</h1>
{/if} {/if}
</Route> </Route>
<Route path="/map">
<Map />
</Route>
<Route path="/game"> <Route path="/game">
<h1 class="flex items-center justify-center">Nebyla vybrána žádná hra</h1> <h1 class="flex items-center justify-center">Nebyla vybrána žádná hra</h1>

View File

@ -1,5 +1,4 @@
<script> <script>
import MapBefore from './MapBefore.svelte'
import TextForm from './TextForm.svelte' import TextForm from './TextForm.svelte'
import NumberForm from './NumberForm.svelte' import NumberForm from './NumberForm.svelte'
import SingleForm from './SingleChoiceForm.svelte' import SingleForm from './SingleChoiceForm.svelte'