Skip to content

Commit

Permalink
update storybook packages + fix nextjs router import
Browse files Browse the repository at this point in the history
  • Loading branch information
ashharrison90 committed Nov 18, 2023
1 parent 63c2a7c commit 8f8be48
Show file tree
Hide file tree
Showing 3 changed files with 2,601 additions and 1,551 deletions.
2 changes: 1 addition & 1 deletion .storybook/preview.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import '../styles/globals.scss'
import './globals.scss'
import { Preview } from '@storybook/react'
import { RouterContext } from 'next/dist/shared/lib/router-context'
import { RouterContext } from 'next/dist/shared/lib/router-context.shared-runtime'
import { withTheme } from './withTheme'

const preview: Preview = {
Expand Down
Loading

0 comments on commit 8f8be48

Please sign in to comment.