Skip to content

Commit

Permalink
missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
wbbaker committed Aug 1, 2024
1 parent 276668a commit 4d47808
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
</template>

<script setup>
import { ref } from 'vue'
import PanelDropdown from '../PanelDropdown.vue'
const isLoading = ref(false)
</script>

0 comments on commit 4d47808

Please sign in to comment.