aboutsummaryrefslogtreecommitdiff
path: root/solitude/frontend/src/App.vue
blob: 4982ba7dbc1a9f62c87151463553cb8a5814ea17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<template>
  <router-view />
</template>

<script>
export default {
  name: 'App'
}
</script>

<style>

</style>