ara-web/src/layout/Page.js

9 lines
167 B
JavaScript

import styled from "styled-components";
import { Page } from "@patternfly/react-core";
const AraPage = styled(Page)`
min-height: 100vh;
`;
export default AraPage;