From 0dd397818a2fde388a4e0e00df481eef84390ad1 Mon Sep 17 00:00:00 2001 From: Ku6epXBOCTuK Date: Wed, 4 Feb 2026 18:13:54 +0500 Subject: [PATCH] refactor: change relative imports to aliases --- src/components/image/BackgroundPreview.svelte | 2 +- src/components/image/ImageCropper.svelte | 10 +++++----- src/components/image/ImageUpload.svelte | 9 ++++----- src/components/layout/AppContainer.svelte | 6 +++--- src/components/layout/AppContent.svelte | 4 ++-- src/components/layout/MainSection.svelte | 6 +++--- src/components/layout/Sidebar.svelte | 6 +++--- src/components/panel/PanelList.svelte | 8 ++++---- src/components/panel/PanelPreview.svelte | 4 ++-- src/components/text/TextManager.svelte | 2 +- src/components/text/TextPreview.svelte | 4 ++-- 11 files changed, 30 insertions(+), 31 deletions(-) diff --git a/src/components/image/BackgroundPreview.svelte b/src/components/image/BackgroundPreview.svelte index c480707..e368259 100644 --- a/src/components/image/BackgroundPreview.svelte +++ b/src/components/image/BackgroundPreview.svelte @@ -1,5 +1,5 @@