Fix lint issues (#11475)
This commit is contained in:
@ -3,7 +3,6 @@ import { Select, SelectValue } from '@/ui/input/components/Select';
|
||||
import styled from '@emotion/styled';
|
||||
import { Meta, StoryObj } from '@storybook/react';
|
||||
import { useState } from 'react';
|
||||
import { ComponentDecorator } from 'twenty-ui/testing';
|
||||
import {
|
||||
IconLanguage,
|
||||
IconLayoutKanban,
|
||||
@ -12,6 +11,7 @@ import {
|
||||
IconTable,
|
||||
IconUsers,
|
||||
} from 'twenty-ui/display';
|
||||
import { ComponentDecorator } from 'twenty-ui/testing';
|
||||
|
||||
const StyledContainer = styled.div`
|
||||
width: 480px;
|
||||
|
||||
Reference in New Issue
Block a user