Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Sep 18, 2019
1 parent bc1eeb4 commit e2dac3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/component/src/Utils/Timer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint react/no-unsafe: off */

import PropTypes from 'prop-types';
import { useEffect } from 'react';
import PropTypes from 'prop-types';

const Timer = ({ at, onInternval }) => {
useEffect(() => {
Expand Down

0 comments on commit e2dac3f

Please sign in to comment.