refactor: move more elements (#22093)

This commit is contained in:
Jason Rasmussen
2025-09-16 14:47:38 -04:00
committed by GitHub
parent 7ce1d73c20
commit 3f4b6a8e7c
11 changed files with 12 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import Portal from '$lib/components/shared-components/portal/portal.svelte';
import Portal from '$lib/elements/Portal.svelte';
import { t } from 'svelte-i18n';
import { flip } from 'svelte/animate';
import { quintOut } from 'svelte/easing';