Upgrade SWC Core and Storybook to v8 (#13799)
This is is a blocker for various sub-migrations
This commit is contained in:
+1
-2
@@ -1,8 +1,7 @@
|
||||
import { type Meta, type StoryObj } from '@storybook/react';
|
||||
import { useState } from 'react';
|
||||
|
||||
import { expect } from '@storybook/jest';
|
||||
import { userEvent, within } from '@storybook/test';
|
||||
import { expect , userEvent, within } from '@storybook/test';
|
||||
import { TextArea, type TextAreaProps } from '../TextArea';
|
||||
import { ComponentDecorator } from 'twenty-ui/testing';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user