Rename ContactType to EmbeddedContactType
This commit is contained in:
parent
017a0fa807
commit
fe040a2873
16 changed files with 46 additions and 42 deletions
|
@ -10,7 +10,7 @@ import { storiesOf } from '@storybook/react';
|
|||
import { EmbeddedContact, Props } from './EmbeddedContact';
|
||||
import { setup as setupI18n } from '../../../js/modules/i18n';
|
||||
import enMessages from '../../../_locales/en/messages.json';
|
||||
import { ContactFormType } from '../../types/Contact';
|
||||
import { ContactFormType } from '../../types/EmbeddedContact';
|
||||
import { IMAGE_GIF } from '../../types/MIME';
|
||||
|
||||
const i18n = setupI18n('en', enMessages);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue