Update storybook to v9 (#4645)
* chore: Update storybook to v9 * Pin next-export-i18n + remove outdated mock library * Replace old mocking library with MSW * Resolve knip unused code warnings
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React from 'react';
|
||||
import { DocsContainer as BaseContainer } from '@storybook/addon-docs';
|
||||
import { themes } from '@storybook/theming';
|
||||
import { DocsContainer as BaseContainer } from '@storybook/addon-docs/blocks';
|
||||
import { themes } from 'storybook/theming';
|
||||
|
||||
export const DocsContainer = ({ children, context }) => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user