This repository has been archived on 2024-07-10. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/micromobility-navigation/src/views/Home.vue

17 lines
220 B
Vue
Raw Normal View History

2023-07-15 08:03:08 +00:00
<template>
<h1>Home</h1>
<div>
Search System Here
</div>
<div>
Map
</div>
</template>
<script setup>
import CounterButton from '../components/CounterButton.vue';
</script>