mirror of
https://github.com/immich-app/immich.git
synced 2025-12-05 06:13:55 +09:00
refactor: move components/elements to elements/ (#22091)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script lang="ts">
|
||||
import RadioButton from '$lib/components/elements/radio-button.svelte';
|
||||
import RadioButton from '$lib/elements/RadioButton.svelte';
|
||||
import { t } from 'svelte-i18n';
|
||||
|
||||
interface Props {
|
||||
|
||||
Reference in New Issue
Block a user