Skip to content

Commit

Permalink
Rename to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
mozeryansky committed Nov 12, 2023
1 parent f13a3c1 commit 1bb8e59
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
@@ -1,6 +1,6 @@
import { createChart } from 'lightweight-charts';
import { generateLineData } from '../../../sample-data';
import { BandsIndicator } from '../band-indicator';
import { BandsIndicator } from '../bands-indicator';

const chart = ((window as unknown as any).chart = createChart('chart', {
autoSize: true,
Expand Down

0 comments on commit 1bb8e59

Please sign in to comment.