<script setup lang="ts">
import PanelGroup from './components/PanelGroup.vue'
</script>
<template>
<PanelGroup />
</template>