Export WithShortcut

This commit is contained in:
Henrik Giesel 2021-08-23 21:23:04 +02:00
parent 1495fdf311
commit fea4f17107

View file

@ -5,6 +5,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
<script context="module" lang="typescript"> <script context="module" lang="typescript">
import IconButton from "components/IconButton.svelte"; import IconButton from "components/IconButton.svelte";
import LabelButton from "components/LabelButton.svelte"; import LabelButton from "components/LabelButton.svelte";
import WithShortcut from "components/WithShortcut.svelte";
import WithContext from "components/WithContext.svelte"; import WithContext from "components/WithContext.svelte";
import WithState from "components/WithState.svelte"; import WithState from "components/WithState.svelte";
@ -14,6 +15,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
export const components = { export const components = {
IconButton, IconButton,
LabelButton, LabelButton,
WithShortcut,
WithContext, WithContext,
WithState, WithState,
contextKeys: { ...contextKeys, ...editorContextKeys }, contextKeys: { ...contextKeys, ...editorContextKeys },