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,5 +1,5 @@
<script lang="ts">
import Container from '../../Container.svelte';
import Container from './Container.svelte';
import { ArrowRight, Check } from 'radix-icons-svelte';
import classNames from 'classnames';