UPD: Refactor
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script setup>
|
||||
import ProfileManager from '@/components/ProfileManager.vue'
|
||||
import DevicePreview from '@/components/device-gui/DevicePreview.vue'
|
||||
import DevicePreview from '@/components/device/DevicePreview.vue'
|
||||
import ConfigPane from '@/components/ConfigPane.vue'
|
||||
import Navbar from '@/components/Navbar.vue'
|
||||
import ConfigSelect from '@/components/ConfigSelect.vue'
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
</template>
|
||||
<script>
|
||||
import axios from 'axios'
|
||||
import DeviceBar from '@/components/device-gui/DeviceBar.vue'
|
||||
import DeviceBar from '@/components/device/DeviceBar.vue'
|
||||
|
||||
export default {
|
||||
name: 'DevicePreview',
|
||||
@@ -12,7 +12,7 @@ import {
|
||||
CommandShortcut,
|
||||
} from '@/components/ui/command'
|
||||
import { Input } from '@/components/ui/input'
|
||||
import PixelBarTest from '@/components/device-gui/DeviceBar.vue'
|
||||
import PixelBarTest from '@/components/device/DeviceBar.vue'
|
||||
import SchemaTest from '@/components/SchemaTest.vue'
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user