Skip to content

Commit

Permalink
fix(client): fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar committed Sep 16, 2023
1 parent 16699b0 commit 9d0e640
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Popover, Position } from '@blueprintjs/core';
import { ChevronDown, ChevronRight, Menu } from '@blueprintjs/icons';
import { Menu } from '@blueprintjs/icons';
import classNames from 'classnames';
import { Component } from 'react';
import { connect } from 'react-redux';
Expand Down

0 comments on commit 9d0e640

Please sign in to comment.