refactor: absolute paths

This commit is contained in:
2025-12-13 20:07:10 +01:00
parent 3b801c97ff
commit 68fd923d2e
18 changed files with 65 additions and 48 deletions

View File

@@ -1,8 +1,8 @@
import { ImageLoader } from "../../../utils/loadImages";
import { ButtonNavigation } from "../../../utils/buttonNavigation";
import { ButtonSelector } from "../../../utils/buttonSelector";
import { HomeScreen } from "../../home";
import type { ContactScreenContext } from "../index";
import { ImageLoader } from "~/utils/loadImages";
import { ButtonNavigation } from "~/utils/buttonNavigation";
import { ButtonSelector } from "~/utils/buttonSelector";
import { HomeScreen } from "~/screens/home";
import type { ContactScreenContext } from "~/screens/contact";
type ContactButton = "github" | "email" | "website" | "cv";

View File

@@ -1,4 +1,4 @@
import type { Screen, ScreenContext } from "../../screen";
import type { Screen, ScreenContext } from "~/screen";
import { ContactTopScreen } from "./top";
import { ContactBottomScreen } from "./bottom";

View File

@@ -1,4 +1,4 @@
import { ImageLoader } from "../../../utils/loadImages";
import { ImageLoader } from "~/utils/loadImages";
export class ContactTopScreen {
private images = new ImageLoader({