some really basic styling out of the way, ready to build out UI

This commit is contained in:
Annika
2022-07-09 17:41:20 -06:00
parent bffc0564ea
commit 647d066822
11 changed files with 178 additions and 74 deletions
+20
View File
@@ -0,0 +1,20 @@
<template>
<div class="component">
<h1>overviewpage</h1>
</div>
</template>
<script>
export default {
setup(){
return {}
}
}
</script>
<style lang="scss" scoped>
</style>