Skip to content

Commit

Permalink
Fix button import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-deriv committed Oct 11, 2024
1 parent 48c99f2 commit 02f5f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/Apiexplorer/SubscribeRenderer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
TSocketSubscribableEndpointNames,
TSocketRequestProps,
} from '@site/src/configs/websocket/types';
import { Button } from '@deriv/ui';
import { Button } from '@deriv-com/quill-ui';
import styles from '../RequestJSONBox/RequestJSONBox.module.scss';
import useAuthContext from '@site/src/hooks/useAuthContext';
import useSubscription from '@site/src/hooks/useSubscription';
Expand Down

0 comments on commit 02f5f8e

Please sign in to comment.