UPD: Clean up profile manager
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="flex">
|
||||
<Menubar class="w-full h-20 rounded-none bg-zinc-950 border-l-0">
|
||||
<div class="p-8">
|
||||
<div class="p-2">
|
||||
<h1 class="text-3xl">ZERO/ONE</h1>
|
||||
<p class="text-xs text-muted-foreground">Haptic Configuration Tool</p>
|
||||
</div>
|
||||
|
||||
@@ -13,20 +13,18 @@
|
||||
</div>
|
||||
</div>
|
||||
<Separator />
|
||||
<Pop />
|
||||
<DeviceBar />
|
||||
<SchemaTest />
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import Pop from '@/components/old/Pop.vue'
|
||||
import ScrambleReveal from '@/components/effects/ScrambleText.vue'
|
||||
import { Separator } from '@/components/ui/separator/index.js'
|
||||
import SchemaTest from '@/components/SchemaTest.vue'
|
||||
import DeviceBar from '@/components/device-gui/DeviceBar.vue'
|
||||
import { Separator } from '@/components/ui/separator/index.js'
|
||||
|
||||
export default {
|
||||
name: 'ProfileManager',
|
||||
components: { DeviceBar: DeviceBar, SchemaTest, Separator, Pop, ScrambleText: ScrambleReveal },
|
||||
components: { Separator, DeviceBar: DeviceBar, SchemaTest, ScrambleText: ScrambleReveal },
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user