Use @ alias imports. Formatted files.

This commit is contained in:
Jay
2025-08-01 23:28:56 -04:00
parent 68c7486725
commit f639876604
20 changed files with 82 additions and 42 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
import { useEffect, useRef, useState } from "react";
import type { CartesianSpace } from "../../types";
import type { CartesianSpace } from "@/types";
import { useCrosshair } from "../crosshair";
// Test Fixtures
+2 -1
View File
@@ -1,6 +1,7 @@
import { useState } from "react";
import clsx from "clsx";
import { motion } from "motion/react";
import { useState } from "react";
import { useDragAndDrop } from "../dragAndDrop";
import styles from "./dragAndDropTest.module.css";
+2 -1
View File
@@ -1,6 +1,7 @@
import { useEffect, useRef, useState } from "react";
import type { CartesianSpace } from "../../types";
import type { CartesianSpace } from "@/types";
import { Direction, useSlider } from "../slider";
// Test Fixtures