Skip to content

Commit

Permalink
chore: test quill component
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv committed Jun 5, 2024
1 parent 9c9ead2 commit 4095f0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/javascript/app/pages/trade/markets.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from 'react';
import ReactDOM from 'react-dom';
import classNames from 'classnames';
import { Button } from '@deriv-com/quill-ui';
import Symbols from './symbols';
// Should be remove in the future
import Defaults from './defaults';
Expand Down Expand Up @@ -485,6 +486,7 @@ class Markets extends React.Component {

return (
<div className='markets'>
<Button label='My Quill Button' />
<div
className='market_current'
onClick={openDropdown}
Expand Down

0 comments on commit 4095f0c

Please sign in to comment.