import { createApp } from 'vue'

import SidePanel from './SidePanel.vue'

createApp(SidePanel).mount('#app')
