Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisolsen committed Aug 25, 2021
1 parent f25ccba commit f1ea339
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libs/react-components/src/experimental/icons.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React, { FC, ReactNode } from 'react'
import { ProgressPlugin } from 'webpack'
import React from 'react'

interface Props {
onClick: () => void;
Expand Down

0 comments on commit f1ea339

Please sign in to comment.