Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
peterMuriuki committed Mar 20, 2024
1 parent 5cd5ebb commit 29a00f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fhir-care-team/src/components/ListView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from 'react';
import { Helmet } from 'react-helmet';
import { Row, Col, Button, Divider, Dropdown, Popconfirm } from 'antd';
import type { MenuProps } from 'antd';
import { PageHeader, useTabularViewWithLocalSearch } from '@opensrp/react-utils';
import { PageHeader } from '@opensrp/react-utils';
import { MoreOutlined, PlusOutlined } from '@ant-design/icons';
import { RouteComponentProps } from 'react-router';
import { useHistory, Link } from 'react-router-dom';
Expand Down

0 comments on commit 29a00f3

Please sign in to comment.