Skip to content

Commit

Permalink
fix: import remove alias
Browse files Browse the repository at this point in the history
  • Loading branch information
lcx-seima committed Jul 1, 2022
1 parent cad4ed7 commit 4b75925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/s2-core/src/sheet-type/spread-sheet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ import {
getSafetyOptions,
} from '../utils/merge';
import { getTooltipData, getTooltipOptions } from '../utils/tooltip';
import { removeOffscreenCanvas } from '@/utils/canvas';
import { removeOffscreenCanvas } from '../utils/canvas';

export abstract class SpreadSheet extends EE {
// theme config
Expand Down

0 comments on commit 4b75925

Please sign in to comment.