feat: extract SettingsProfile into component

This is taking care of the view when the Settings is selected for a profile.

Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
This commit is contained in:
André Jaenisch 2024-07-26 16:38:46 +02:00
parent dca3f6d747
commit 8526460878
No known key found for this signature in database
GPG key ID: 5A668E771F1ED854

View file

@ -12,9 +12,6 @@ You should have received a copy of the GNU Affero General Public License along w
-->
<script>
import { getModalStore } from '@skeletonlabs/skeleton';
import { Person24, Upload16, XCircleFill12 } from 'svelte-octicons';
import SettingsSidebar from '../atoms/SettingsSidebar.svelte';
import SettingsProfile from './SettingsProfile.svelte';