Fix lint issues (#11475)

This commit is contained in:
Charles Bochet
2025-04-09 17:35:25 +02:00
committed by GitHub
parent b6c079f050
commit e23688cb41
10 changed files with 123 additions and 77 deletions

View File

@ -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;