summaryrefslogtreecommitdiff
path: root/UI source code/dns_mapping_ui-master/src/App.vue
blob: ec9032c1c638e918ec97e413aa081993a95048f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
<template>
  <div id="app">
    <router-view />
  </div>
</template>

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