blob: 56674955968bc7ccc1536ed9dd0e4f98ca7e940a [file] [log] [blame]
Derick Montaguea2988f42020-01-17 13:46:30 -06001<template>
2 <div id="app">
Derick Montaguee080a1a2019-12-04 16:30:08 -06003 <router-view />
Derick Montaguea2988f42020-01-17 13:46:30 -06004 </div>
5</template>
6
7<style lang="scss">
8@import "@/assets/styles/_obmc-custom";
9</style>
10
11<script>
Derick Montaguea2988f42020-01-17 13:46:30 -060012export default {
Derick Montaguee080a1a2019-12-04 16:30:08 -060013 name: "App"
Derick Montaguea2988f42020-01-17 13:46:30 -060014};
15</script>