Add routing, state mgmt and train types

This commit is contained in:
Conor McNamara
2023-03-04 17:02:06 +00:00
parent b0b5ecd36a
commit 8af615a429
12 changed files with 606 additions and 89 deletions

View File

@ -1,9 +1,8 @@
<script setup>
import MapsOverlay from './components/Map.vue'
</script>
<template>
<MapsOverlay></MapsOverlay>
<router-view></router-view>
</template>
<style scoped>