rename folders from PoinCloudWeb to PointCloudWeb

This commit is contained in:
Tim Wundenberg
2021-07-31 22:34:01 +02:00
parent 3b754d22f0
commit 768bc6f5cb
26 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
<template>
<div id="nav">
<Navbar />
<router-view />
</div>
</template>
<script>
import Navbar from "@/components/Navbar.vue";
export default {
components: { Navbar },
};
</script>
<style>
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
}
</style>