Skip to content

Commit

Permalink
move chart disposable
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandSchtroumpf committed Sep 11, 2024
1 parent 392b399 commit f8ff4b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
import { useMemo } from 'react';
import { prettifyNumber } from 'utils/helpers';
import { Candlesticks } from 'components/simulator/input/d3Chart/Candlesticks';
import { D3ChartDisposable } from './recurring/D3ChartDisposable';
import { D3ChartDisposable } from './disposable/D3ChartDisposable';
import { TradeTypes } from 'libs/routing/routes/trade';

export type ChartPrices<T = string> = {
Expand Down

0 comments on commit f8ff4b3

Please sign in to comment.