import React from 'react'; import { Button, EmptyState, EmptyStateBody, EmptyStateActions, EmptyStateHeader, EmptyStateFooter, EmptyStateIcon } from '@breakaway/preact-core'; import CubesIcon from '@patternfly/react-icons/dist/esm/icons/cubes-icon'; export const EmptyStateBasic: React.FunctionComponent = () => ( } /> This represents the empty state pattern in PatternFly. Hopefully it's simple enough to use but flexible enough to meet a variety of needs. );