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

@@ -1,6 +1,6 @@
<script lang="ts">
import classNames from 'classnames';
import Container from '../../Container.svelte';
import Container from './Container.svelte';
import type { Readable } from 'svelte/store';
import AnimateScale from './AnimateScale.svelte';
import type { ComponentType } from 'svelte';