NaotoshiFujita пре 4 година
родитељ
комит
d54726eb82
2 измењених фајлова са 1 додато и 3 уклоњено
  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 { CREATED, DESTROYED } from "../../constants/states";
+import { DESTROYED } from "../../constants/states";
 
 /**
  * Interval time for throttle.

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

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