Skip to content

Commit

Permalink
Fix storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
RaymondLuong3 committed Nov 7, 2024
1 parent 58fca90 commit 4893495
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { I18nStoryModule } from 'xforge-common/i18n-story.module';
import { UICommonModule } from 'xforge-common/ui-common.module';
import { AttachAudioComponent } from '../../../attach-audio/attach-audio.component';
import { TextAndAudioComponent } from '../../../text-and-audio/text-and-audio.component';
import { CheckingAudioRecorderComponent } from '../../checking-audio-recorder/checking-audio-recorder.component';
import { CheckingInputFormComponent } from './checking-input-form.component';

const meta: Meta<CheckingInputFormComponent> = {
Expand All @@ -15,7 +14,7 @@ const meta: Meta<CheckingInputFormComponent> = {
decorators: [
moduleMetadata({
imports: [CommonModule, UICommonModule, I18nStoryModule],
declarations: [TextAndAudioComponent, AttachAudioComponent, CheckingAudioRecorderComponent]
declarations: [TextAndAudioComponent, AttachAudioComponent]
})
]
};
Expand Down

0 comments on commit 4893495

Please sign in to comment.