Fixed storybook tests (#3719)

Fix storybook tests
This commit is contained in:
Lucas Bordeau
2024-01-31 12:34:06 +01:00
committed by GitHub
parent 7d898f89a9
commit 397de955be
6 changed files with 12 additions and 12 deletions

View File

@ -2,7 +2,7 @@ import { useState } from 'react';
import { useTheme } from '@emotion/react';
import styled from '@emotion/styled';
import { RATING_VALUES } from '@/object-record/record-field/meta-types/input/components/RatingFieldInput';
import { RATING_VALUES } from '@/object-record/record-field/meta-types/constants/RatingValues';
import { FieldRatingValue } from '@/object-record/record-field/types/FieldMetadata';
import { IconTwentyStarFilled } from '@/ui/display/icon/components/IconTwentyStarFilled';