Browse Source

Fix lint errors.

NaotoshiFujita 4 years ago
parent
commit
d54726eb82
2 changed files with 1 additions and 3 deletions
  1. 1 1
      src/js/components/breakpoints/index.js
  2. 0 2
      src/js/components/click/index.js

+ 1 - 1
src/js/components/breakpoints/index.js

@@ -6,7 +6,7 @@
  */
  */
 
 
 import { throttle } from "../../utils/time";
 import { throttle } from "../../utils/time";
-import { CREATED, DESTROYED } from "../../constants/states";
+import { DESTROYED } from "../../constants/states";
 
 
 /**
 /**
  * Interval time for throttle.
  * Interval time for throttle.

+ 0 - 2
src/js/components/click/index.js

@@ -5,8 +5,6 @@
  * @copyright Naotoshi Fujita. All rights reserved.
  * @copyright Naotoshi Fujita. All rights reserved.
  */
  */
 
 
-import { FADE } from "../../constants/types";
-
 
 
 /**
 /**
  * The component for handling a click event.
  * The component for handling a click event.