dc3c08aa59
Co-authored-by: Jon Koops <jonkoops@gmail.com>
7 lines
177 B
TypeScript
7 lines
177 B
TypeScript
import { PageSection } from "@patternfly/react-core";
|
|
|
|
const Applications = () => (
|
|
<PageSection>This is the applications page.</PageSection>
|
|
);
|
|
|
|
export default Applications;
|