🍧 Updates imports to use barrel exports

This commit is contained in:
Rune Harlyk
2024-08-19 23:53:38 +02:00
parent 62fa5f79b6
commit 44fa0bd3e2
9 changed files with 15 additions and 22 deletions
+2
View File
@@ -0,0 +1,2 @@
export { default as PasswordInput } from './InputPassword.svelte';
export { default as VerticalSlider } from './VerticalSlider.svelte';