diff --git a/src/components/Notification/Notification.tsx b/src/components/Notification/Notification.tsx index f4792fd92..9562ad930 100644 --- a/src/components/Notification/Notification.tsx +++ b/src/components/Notification/Notification.tsx @@ -1,5 +1,5 @@ import React, { useContext, useMemo } from 'react'; -import cn from 'classNames'; +import classNames from 'classNames'; import { DispatchContext, StateContext } from '../../Store'; export const Notification: React.FC = () => { @@ -13,9 +13,12 @@ export const Notification: React.FC = () => { return (