Skip to content

Commit 3f8ebdd

Browse files
committed
fix(kit): fixed module names mismatch
1 parent 9da81f9 commit 3f8ebdd

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

packages/utilities/kit/src/JsxRuntime/JsxRuntimeOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { RuleContext } from "../Rule";
1+
import type { RuleContext } from "../_Rule";
22
import { getTsconfig, type TsConfigJson } from "get-tsconfig";
33

44
export type JsxRuntimeOptions = Pick<
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1+
export * from "./_RegExp";
2+
export * from "./_Rule";
13
export * as JsxRuntime from "./JsxRuntime";
2-
export * from "./RegExp";
3-
export * from "./Rule";

0 commit comments

Comments
 (0)