chore: remove unused var

This commit is contained in:
chenjiahan
2020-07-03 16:46:18 +08:00
parent de8985b4f3
commit 9d5b734170
6 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { createNamespace, get } from '../utils';
import { createNamespace } from '../utils';
import { isDate } from '../utils/validate/date';
import { padZero } from '../utils/format/string';
import { getTrueValue, getMonthEndDay } from './utils';