Skip to content

Commit e21ec67

Browse files
committed
add useState to .md
1 parent b020101 commit e21ec67

File tree

1 file changed

+1
-1
lines changed
  • packages/module/patternfly-docs/content/extensions/data-view/examples/Table

1 file changed

+1
-1
lines changed

packages/module/patternfly-docs/content/extensions/data-view/examples/Table/Table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ propComponents:
2424
sourceLink: https://github.com/patternfly/react-data-view/blob/main/packages/module/patternfly-docs/content/extensions/data-view/examples/Table/Table.md
2525
---
2626

27-
import { FunctionComponent, useMemo } from 'react';
27+
import { FunctionComponent, useMemo, useState } from 'react';
2828
import { BrowserRouter, useSearchParams } from 'react-router-dom';
2929
import { Button, EmptyState, EmptyStateActions, EmptyStateBody, EmptyStateFooter } from '@patternfly/react-core';
3030
import { CubesIcon, FolderIcon, FolderOpenIcon, LeafIcon, ExclamationCircleIcon } from '@patternfly/react-icons';

0 commit comments

Comments
 (0)