Skip to content

Commit 7fe5ca1

Browse files
committed
fix: build
Signed-off-by: Innei <[email protected]>
1 parent c2612ce commit 7fe5ca1

File tree

1 file changed

+3
-0
lines changed
  • storybook/mock-packages/next_navigation

1 file changed

+3
-0
lines changed

storybook/mock-packages/next_navigation/index.js

+3
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ export const useSearchParams = () => {
1616
},
1717
}
1818
}
19+
export const notFound = () => {}
20+
export const nav = () => {}
21+
export const redirect = () => {}

0 commit comments

Comments
 (0)