keyboard commands

This commit is contained in:
Jan Prochazka
2021-02-25 21:43:23 +01:00
parent fe1fc7923f
commit 8a0d10e50d
9 changed files with 100 additions and 5 deletions

View File

@@ -1,7 +1,10 @@
<script lang="ts">
import CommandListener from './commands/CommandListener.svelte';
import PluginsProvider from './plugins/PluginsProvider.svelte';
import Screen from './Screen.svelte';
</script>
<PluginsProvider />
<CommandListener />
<Screen />