Skip to content

Commit

Permalink
fix(generators): Update RouterContext import
Browse files Browse the repository at this point in the history
  • Loading branch information
krzotki committed Nov 18, 2024
1 parent 62fcee2 commit e990858
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .storybook/preview.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { addParameters } from '@storybook/react';
import { RouterContext } from 'next/dist/shared/lib/router-context';
import { RouterContext } from "next/dist/shared/lib/router-context.shared-runtime";
import { rest } from 'msw';
import { mswDecorator } from 'msw-storybook-addon';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { addParameters } from '@storybook/react';
import { RouterContext } from 'next/dist/shared/lib/router-context';
import { RouterContext } from "next/dist/shared/lib/router-context.shared-runtime";
import { rest } from 'msw';
import { mswDecorator } from 'msw-storybook-addon';

Expand Down

0 comments on commit e990858

Please sign in to comment.