moved some widgets to elements

This commit is contained in:
Jan Prochazka
2021-03-06 08:09:29 +01:00
parent dcfd6ee1dc
commit 78d71602bf
20 changed files with 19 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
<script lang="ts">
import getElectron from '../utility/getElectron';
import InlineButton from '../widgets/InlineButton.svelte';
import InlineButton from '../elements/InlineButton.svelte';
import { getFormContext } from './FormProviderCore.svelte';
import TextField from './TextField.svelte';