From 9d0e64050087fd3f075a743cbed2342ad6c62893 Mon Sep 17 00:00:00 2001 From: Ashar Fuadi Date: Sat, 16 Sep 2023 11:55:01 +0700 Subject: [PATCH] fix(client): fix unused import --- .../single/CourseChaptersSidebar/CourseChaptersSidebar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/judgels-client/src/routes/courses/courses/single/CourseChaptersSidebar/CourseChaptersSidebar.jsx b/judgels-client/src/routes/courses/courses/single/CourseChaptersSidebar/CourseChaptersSidebar.jsx index 4ceee4492..b045d5875 100644 --- a/judgels-client/src/routes/courses/courses/single/CourseChaptersSidebar/CourseChaptersSidebar.jsx +++ b/judgels-client/src/routes/courses/courses/single/CourseChaptersSidebar/CourseChaptersSidebar.jsx @@ -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';