We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d7fa0 commit 10b6d9fCopy full SHA for 10b6d9f
packages/main/src/components/Page/index.tsx
@@ -58,7 +58,7 @@ const useStyles = createComponentStyles(styles, {
58
});
59
60
/**
61
- * A layout control that holds one whole screen of an application.
+ * A layout component that holds one whole screen of an application.
62
*/
63
const Page: FC<PagePropTypes> = forwardRef((props: PagePropTypes, ref: Ref<HTMLDivElement>) => {
64
const {
0 commit comments