refactor: split hooks types and utils by domain
This commit is contained in:
@@ -2,7 +2,7 @@ import type {
|
||||
GrabInteractableHandle,
|
||||
InteractableHandle,
|
||||
InteractionSnapshot,
|
||||
} from "@/types/interaction";
|
||||
} from "@/types/interaction/interaction";
|
||||
|
||||
export class InteractionManager {
|
||||
private static _instance: InteractionManager | null = null;
|
||||
|
||||
Reference in New Issue
Block a user