refactor: absolute paths
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { Screen, ScreenContext } from "../../screen";
|
||||
import type { Screen, ScreenContext } from "~/screen";
|
||||
import { ContactTopScreen } from "./top";
|
||||
import { ContactBottomScreen } from "./bottom";
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { ImageLoader } from "../../../utils/loadImages";
|
||||
import { ImageLoader } from "~/utils/loadImages";
|
||||
|
||||
export class ContactTopScreen {
|
||||
private images = new ImageLoader({
|
||||
|
||||
Reference in New Issue
Block a user