Skip to content

Commit

Permalink
Update failing import
Browse files Browse the repository at this point in the history
  • Loading branch information
ciremusyoka committed Apr 29, 2024
1 parent 92d5cfd commit 3db126d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import React from 'react';
import { PageHeader, PageHeaderProps } from '@ant-design/pro-layout';
import { Link, useHistory } from 'react-router-dom';
import { useTranslation } from 'react-i18next';
import Breadcrumb, { BreadcrumbProps } from 'antd/es/breadcrumb/Breadcrumb';
import { Breadcrumb } from 'antd';
import { BreadcrumbProps } from 'antd/es/breadcrumb';

export interface RichPageHeaderProps {
pageHeaderProps?: PageHeaderProps;
Expand Down

0 comments on commit 3db126d

Please sign in to comment.