Skip to content

Commit

Permalink
fix: fix imports after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
thaisguigon committed Apr 25, 2024
1 parent 52561fd commit 3feb589
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Meta, StoryObj } from '@storybook/react';
import { ComponentDecorator } from 'twenty-ui';

import { mockedPersonObjectMetadataItem } from '@/object-record/record-field/__mocks__/fieldDefinitions';
import { ComponentDecorator } from '~/testing/decorators/ComponentDecorator';
import { mockedPersonObjectMetadataItem } from '~/testing/mock-data/metadata';

import { SettingsDataModelFieldAboutForm } from '../SettingsDataModelFieldAboutForm';

Expand Down

0 comments on commit 3feb589

Please sign in to comment.