Files
zeroone/src/components/config/keys/KeyMappingConfig.vue
Robert Kossessa 58f0509d87 UPD: UI Animations
2024-02-06 23:53:14 +01:00

10 lines
291 B
Vue

<template>
<ConfigSection title="Key Mapping" :icon-component="Keyboard">
<WIP />
</ConfigSection>
</template>
<script setup>
import { Keyboard } from 'lucide-vue-next'
import ConfigSection from '@/components/common/ConfigSection.vue'
import WIP from '@/components/WIP.vue'
</script>