Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 07513f8

Browse files
committed
ui/react: move hooks into a subdirectory
1 parent fcbc018 commit 07513f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ui/react/hooks.ts renamed to src/ui/react/hooks/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import type { DebugConfig, FullDB } from "../../core";
2-
import type { ReactType } from "./types";
1+
import type { DebugConfig, FullDB } from "../../../core";
2+
import type { ReactType } from "../types";
33

44
function flat<T>(list: T[][]): T[] {
55
return list.reduce((a, b) => a.concat(b));

0 commit comments

Comments
 (0)