Update index.ts

This commit is contained in:
itellyou 2022-01-25 19:30:08 +08:00
parent 5848342a83
commit aff2aedf9b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import { debounce, throttle } from 'lodash';
import { DATA_ELEMENT, UI } from '../constants';
import { NodeInterface } from '../types';
import { $ } from '../node';
import { isFirefox, isIos, isMacos, isMobile, removeUnit } from '../utils';
import { isFirefox, isMacos, isMobile, removeUnit } from '../utils';
import { isNode } from '../node/utils';
import './index.css';