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,5 +1,5 @@
|
||||
import { useEffect } from 'react';
|
||||
import { StoryFn, Meta } from '@storybook/react';
|
||||
import { StoryFn, Meta } from '@storybook/nextjs';
|
||||
import { RecoilRoot, useSetRecoilState } from 'recoil';
|
||||
import ReadOnlyPage from '../pages/embed/chat/readonly/index';
|
||||
import { ChatMessage } from '../interfaces/chat-message.model';
|
||||
|
||||
Reference in New Issue
Block a user