Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
awxiaoxian2020 committed Oct 11, 2023
1 parent f496f31 commit e07e53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NotificationBar/MessageBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import CloseIcon from '../../styles/icons/cross.svg';
import PropTypes from 'prop-types';
import Content from './Notification.mdx';
import { version, localStorageIsEnabled } from './NotificationBar';
import { useTransition, animated, config } from 'react-spring';
import { useTransition, animated, config } from 'react-spring/web';
import { useEffect, useState } from 'react';

MessageBar.propTypes = {
Expand Down

0 comments on commit e07e53e

Please sign in to comment.