Skip to content

Commit

Permalink
fix copy button
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed May 12, 2023
1 parent 0343014 commit 40d84e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/nextapp/components/access-request-form/jwks-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
ModalHeader,
ModalOverlay,
} from '@chakra-ui/react';
import CopyButton from '../copy-button/copy-button.tsx';
import CopyButton from '../copy-button/copy-button';

interface JwksDialogProps {
id: string;
Expand Down
2 changes: 1 addition & 1 deletion src/nextapp/components/copy-button/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { CopyButton } from './copy-button';
export { default } from './copy-button';

0 comments on commit 40d84e6

Please sign in to comment.