Skip to content

Commit a9fe9b4

Browse files
committed
remove lazy from ActivityComponentType
1 parent b236afa commit a9fe9b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/react/src/stable/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
export * from "../__internal__/activity/useActivity";
22
export * from "../__internal__/activity/useActivityParams";
3-
export type { MonolithicActivityComponentType as ActivityComponentType } from "../__internal__/MonolithicActivityComponentType";
43
export * from "../__internal__/StackflowReactPlugin";
54
export * from "../__internal__/stack/useStack";
5+
export type { ActivityComponentType } from "./ActivityComponentType";
66
export * from "./stackflow";
77
export * from "./useActions";
88
export * from "./useActiveEffect";

0 commit comments

Comments
 (0)