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

@@ -2,7 +2,7 @@
import IconButton from '../IconButton.svelte';
import { ChevronLeft, ChevronRight } from 'radix-icons-svelte';
import classNames from 'classnames';
import Container from '../../../Container.svelte';
import Container from '../Container.svelte';
import { PLATFORM_TV } from '../../constants';
import type { BackEvent } from '../../selectable';
import { get } from 'svelte/store';