Skip to content

Commit

Permalink
chore: fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
oidacra committed Oct 4, 2024
1 parent ed434d7 commit 3089c49
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ import {
processExperimentConfigProps
} from '../../shared/dot-experiment.utils';


export interface DotExperimentsConfigurationState {
experiment: DotExperiment;
status: ComponentStatus;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ import {
orderVariants
} from '../../shared/dot-experiment.utils';


export interface DotExperimentsReportsState {
experiment: DotExperiment | null;
status: ComponentStatus;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import {
PromptType
} from '@dotcms/dotcms-models';


const DEFAULT_INPUT_PROMPT = PromptType.INPUT;

export interface DotAiImagePromptComponentState {
Expand Down

0 comments on commit 3089c49

Please sign in to comment.