Merge remote-tracking branch 'upstream/master' into localization

This commit is contained in:
Axel Aguilar
2023-08-19 08:50:44 -06:00
71 changed files with 5197 additions and 1291 deletions

View File

@@ -10,7 +10,7 @@
import type { TitleType } from '$lib/types';
import { _ } from 'svelte-i18n';
export let modalId: Symbol;
export let modalId: symbol;
let inputValue = '';
let inputElement: HTMLInputElement;