Add routing, state mgmt and train types
This commit is contained in:
@ -1,9 +1,8 @@
|
||||
<script setup>
|
||||
import MapsOverlay from './components/Map.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<MapsOverlay></MapsOverlay>
|
||||
<router-view></router-view>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
Reference in New Issue
Block a user