Skip to content

Commit c3f2a62

Browse files
committed
fix:docs build error
1 parent 156892a commit c3f2a62

File tree

1 file changed

+3
-0
lines changed
  • packages/module/patternfly-docs/pages

1 file changed

+3
-0
lines changed

packages/module/patternfly-docs/pages/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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';
14
import { Title, PageSection } from '@patternfly/react-core';
25

36
const centerStyle = {

0 commit comments

Comments
 (0)