Skip to content

Commit 2998126

Browse files
committed
fix: undo import sorting
1 parent edee81d commit 2998126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fission/src/util/TypeConversions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type Jolt from "@azaleacolburn/jolt-physics"
22
import type { RgbaColor } from "react-colorful"
33
import * as THREE from "three"
4-
import type { mirabuf } from "@/proto/mirabuf"
4+
import type { mirabuf } from "../proto/mirabuf"
55
import JOLT from "./loading/JoltSyncLoader"
66

77
export function convertThreeToJoltQuat(a: THREE.Euler | THREE.Quaternion | undefined) {

0 commit comments

Comments
 (0)