Skip to content

Commit 8dd273b

Browse files
committed
fix: automatically fix some lint warnings
1 parent bbeaafd commit 8dd273b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/render/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable no-unused-vars */
2-
import tinydate from 'tinydate';
32
import DOMPurify from 'dompurify';
3+
import tinydate from 'tinydate';
44
import * as dom from '../util/dom';
55
import cssVars from '../util/polyfill/css-vars';
66
import { callHook } from '../init/lifecycle';

0 commit comments

Comments
 (0)