mirror of
https://github.com/Xevion/byte-me.git
synced 2025-12-16 04:11:25 -06:00
chore: use path aliasing
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { useDragDropPaths } from "./hooks/useDragDropPaths";
|
||||
import Graph from "./components/graph";
|
||||
import DropOverlay from "./components/drop-overlay";
|
||||
import type { Frame } from "./types/graph";
|
||||
import { useDragDropPaths } from "@/hooks/useDragDropPaths";
|
||||
import Graph from "@/components/graph";
|
||||
import DropOverlay from "@/components/drop-overlay";
|
||||
import type { Frame } from "@/types/graph";
|
||||
|
||||
function App() {
|
||||
const data: Frame[] = [];
|
||||
|
||||
Reference in New Issue
Block a user