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

@@ -10,7 +10,7 @@
} from 'radix-icons-svelte';
import classNames from 'classnames';
import { get, type Readable, writable, type Writable } from 'svelte/store';
import Container from '../../../Container.svelte';
import Container from '../Container.svelte';
import { registrars, Selectable } from '../../selectable';
import { stackRouter, navigate } from '../StackRouter/StackRouter';
import { onMount } from 'svelte';