🍧 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 -2
View File
@@ -2,7 +2,7 @@
import { onMount, onDestroy } from 'svelte';
import { slide } from 'svelte/transition';
import { cubicOut } from 'svelte/easing';
import InputPassword from '$lib/components/input/InputPassword.svelte';
import { PasswordInput } from '$lib/components/input';
import SettingsCard from '$lib/components/SettingsCard.svelte';
import { user } from '$lib/stores/user';
import { page } from '$app/stores';
@@ -283,7 +283,7 @@
<label class="label" for="pwd">
<span class="label-text text-md">Password</span>
</label>
<InputPassword bind:value={apSettings.password} id="pwd" />
<PasswordInput bind:value={apSettings.password} id="pwd" />
</div>
<div>
<label class="label" for="channel">