refactor: project structure, absolute paths

This commit is contained in:
Aleksi Lassila
2025-02-02 04:25:38 +02:00
parent ab401cf69e
commit 27467a28b2
81 changed files with 227 additions and 220 deletions

View File

@@ -4,7 +4,7 @@
import ProgressBar from '../ProgressBar.svelte';
import LazyImg from '../LazyImg.svelte';
import type { TitleType } from '../../types';
import Container from '../../../Container.svelte';
import Container from '../Container.svelte';
import type { Readable } from 'svelte/store';
import AnimatedSelection from '../AnimateScale.svelte';
import { navigate } from '../StackRouter/StackRouter';