Skip to content

Commit 13987b1

Browse files
committed
fix bad merged file
1 parent 9372c08 commit 13987b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-core/src/components/ClipboardCopy/examples/ClipboardCopy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ propComponents: ['ClipboardCopy', 'ClipboardCopyButton']
66
ouia: true
77
---
88

9-
import { Fragment, useEffect } from 'react';
9+
import { Fragment, useEffect, useState } from 'react';
1010
import PlayIcon from '@patternfly/react-icons/dist/esm/icons/play-icon';
1111

1212
## Examples

0 commit comments

Comments
 (0)