refactor: split hooks types and utils by domain
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { logger } from "@/utils/logger";
|
||||
import { logger } from "@/utils/core/logger";
|
||||
|
||||
interface PlaySoundOptions {
|
||||
playbackRate?: number;
|
||||
|
||||
@@ -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