mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2026-08-10 09:03:26 +00:00
fix(display): Restore Checkbox import for display device opts (#4076)
This commit is contained in:
parent
4478fd2a14
commit
fe26129697
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user