mirror of
https://github.com/elk-zone/elk.git
synced 2025-03-23 01:50:45 +03:00
8 lines
102 B
Vue
8 lines
102 B
Vue
|
<script setup lang="ts">
|
||
|
provideGlobalCommands()
|
||
|
</script>
|
||
|
|
||
|
<template>
|
||
|
<CommandPanel />
|
||
|
</template>
|