Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipb committed Aug 31, 2021
1 parent bc183be commit 3743c7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* 2.0; you may not use this file except in compliance with the Elastic License
* 2.0.
*/
import React, { useCallback, useState } from 'react';
import { useCallback, useState } from 'react';
import createContainer from 'constate';

interface TimeOptions {
Expand Down

0 comments on commit 3743c7b

Please sign in to comment.