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