refactor: split hooks types and utils by domain
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { CameraMode } from "@/types/debug";
|
||||
import type { CameraMode } from "@/types/debug/debug";
|
||||
import { useDebugStore } from "@/hooks/debug/useDebugStore";
|
||||
|
||||
export function useCameraMode(): CameraMode {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { SceneMode } from "@/types/debug";
|
||||
import type { SceneMode } from "@/types/debug/debug";
|
||||
import { useDebugStore } from "@/hooks/debug/useDebugStore";
|
||||
|
||||
export function useSceneMode(): SceneMode {
|
||||
|
||||
Reference in New Issue
Block a user