6 lines
162 B
TypeScript
6 lines
162 B
TypeScript
|
import { PageSection } from "@patternfly/react-core";
|
||
|
|
||
|
const Resources = () => <PageSection>This is the resources page.</PageSection>;
|
||
|
|
||
|
export default Resources;
|