Skip to content

Commit

Permalink
fix: after upstream master rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ihor-romaniuk committed Apr 1, 2024
1 parent 7ca0919 commit 9e46bf1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { useContext, useState, useEffect } from 'react';
import classNames from 'classnames';
import { useDispatch, useSelector } from 'react-redux';
import { Button, useToggle } from '@edx/paragon';
import { Button, useToggle, IconButton } from '@openedx/paragon';
import { injectIntl, intlShape } from '@edx/frontend-platform/i18n';
import { IconButton } from '@openedx/paragon';
import {
MenuOpen as MenuOpenIcon,
ChevronLeft as ChevronLeftIcon,
Expand Down

0 comments on commit 9e46bf1

Please sign in to comment.