fix(display): Restore Checkbox import for display device opts (#4076)

This commit is contained in:
VMFortress 2025-07-14 17:27:00 -04:00 committed by GitHub
commit fe26129697
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,7 @@
<script setup>
import { ref } from 'vue'
import PlatformLayout from '../../../PlatformLayout.vue'
import Checkbox from "../../../Checkbox.vue";
const props = defineProps({
platform: String,