Add way to import from other sources

This commit is contained in:
AnonMiraj
2024-11-13 20:49:36 +02:00
parent a9f7bca27c
commit 6220b6172e
2 changed files with 2 additions and 2 deletions

View File

@@ -229,4 +229,4 @@ export function copyProfile(profileToCopy: string, newName: string) {
export function changeProfile(profileId: string) {
currentProfile.set(profileId)
}
}