UPD: UI Animations
This commit is contained in:
10
src/components/config/keys/KeyMappingConfig.vue
Normal file
10
src/components/config/keys/KeyMappingConfig.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user