Skip to content

Commit

Permalink
fix: fix the case of import paths to ensure consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
jikkai committed Dec 27, 2024
1 parent a164436 commit f1844d8
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ import { AddCfCommand } from '../../../commands/commands/add-cf.command';

import { SetCfCommand } from '../../../commands/commands/set-cf.command';
import styleBase from '../index.module.less';
import { ColorScaleStyleEditor } from './colorScale';
import { DataBarStyleEditor } from './dataBar';
import { FormulaStyleEditor } from './formula';
import { HighlightCellStyleEditor } from './highlightCell';
import { IconSet } from './iconSet';
import { ColorScaleStyleEditor } from './ColorScale';
import { DataBarStyleEditor } from './DataBar';
import { FormulaStyleEditor } from './Formula';
import { HighlightCellStyleEditor } from './HighlightCell';
import { IconSet } from './IconSet';
import styles from './index.module.less';
import { RankStyleEditor } from './rank';
import { RankStyleEditor } from './Rank';
import { beforeSubmit, submit } from './type';

interface IRuleEditProps {
Expand Down

0 comments on commit f1844d8

Please sign in to comment.