Skip to content

Commit 814e198

Browse files
committed
update import
1 parent b078c88 commit 814e198

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/theme/calc/CSSCalculator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { isNumber } from '@/util';
1+
import { isNumber } from '../../util';
22
import AbstractCalculator from './calculator';
33

44
const CALC_UNIT = 'CALC_UNIT';

0 commit comments

Comments
 (0)