Skip to content

Commit b90aafc

Browse files
committed
Fixed lint error
1 parent 4829fbd commit b90aafc

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

packages/module/src/ChatbotFooter/ChatbotFootnote.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,8 @@
55
import type { HTMLProps, FunctionComponent } from 'react';
66

77
import { useState } from 'react';
8-
9-
// Import Patternfly components
108
import { Button, Content, ContentVariants, Flex, PopoverProps } from '@patternfly/react-core';
11-
12-
// Import Patternfly icons
13-
import { InfoCircleIcon } from '@patternfly/react-icons/dist/esm/icons/info-circle-icon';
149
import { ExternalLinkAltIcon } from '@patternfly/react-icons/dist/esm/icons/external-link-alt-icon';
15-
16-
// Import Chatbot components
1710
import ChatbotPopover from '../ChatbotPopover/ChatbotPopover';
1811

1912
export interface ChatbotFootnoteProps extends Omit<HTMLProps<HTMLDivElement>, 'popover'> {

0 commit comments

Comments
 (0)