stubbed out analysis pane

This commit is contained in:
Annika
2022-07-13 16:27:53 -06:00
parent 6f137283dc
commit daaf5173a6
3 changed files with 29 additions and 2 deletions
+20
View File
@@ -0,0 +1,20 @@
<template>
<div class="component">
</div>
</template>
<script>
export default {
setup(){
return {}
}
}
</script>
<style lang="scss" scoped>
</style>