This commit is contained in:
Timothy J. Baek 2024-10-05 20:16:46 -07:00
parent c3862bc387
commit dc2e75017d

View File

@ -1,5 +1,5 @@
<script> <script>
import { getContext, createEventDispatcher, onMount } from 'svelte'; import { getContext, createEventDispatcher, onMount, tick } from 'svelte';
const i18n = getContext('i18n'); const i18n = getContext('i18n');