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 156892a commit c3f2a62Copy full SHA for c3f2a62
packages/module/patternfly-docs/pages/index.js
@@ -1,3 +1,6 @@
1
+// React import required for SSR build (react-ssr-prepass)
2
+// eslint-disable-next-line @typescript-eslint/no-unused-vars
3
+import React from 'react';
4
import { Title, PageSection } from '@patternfly/react-core';
5
6
const centerStyle = {
0 commit comments