Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeparticle committed Sep 21, 2023
1 parent 78b9b21 commit b6652a6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import { Button, Skeleton } from "antd";
import { Typography, Tag, Dropdown } from "antd";
import Icon from "components/General/Icon";
import { classNames } from "lib/utils/helper";
import { NotificationListPropsType } from "components/General/Notification/utils/types";
import { NotificationListProps } from "components/General/Notification/utils/types";
const { Title } = Typography;

const NotificationList: React.FC<NotificationListPropsType> = ({
const NotificationList: React.FC<NotificationListProps> = ({
notifications,
colorText,
isLoading,
Expand Down

0 comments on commit b6652a6

Please sign in to comment.