Skip to content

Commit

Permalink
fix: NO-JIRA typo in stylesBuilder.ts after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mjamrozekvl authored May 7, 2024
1 parent 1718818 commit b633a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CornerDialog/stylesBuilder.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { CornerDialogConfig, defaultConfig } from './CornerDialog.styles';

import { mergeConfigWithCustom } from '@/services/mergeConfigWithCustom/mergeConfigWithCutom';
import { mergeConfigWithCustom } from '@/services/mergeConfigWithCustom';
import { BaseProps } from '@/types/BaseProps';

type CornerDialogStylesBuilder = {
Expand Down

0 comments on commit b633a6b

Please sign in to comment.