Skip to content

Commit

Permalink
Update react-typescript example part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
olegchernenko committed Feb 1, 2021
1 parent 3ed78b0 commit 34f14c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions react-typescript/.gitignore
@@ -1,5 +1,6 @@
public/charting_library/
public/datafeeds/
src/charting_library/
node_modules/
static/
build/
2 changes: 1 addition & 1 deletion react-typescript/src/components/TVChartContainer/index.tsx
Expand Up @@ -6,7 +6,7 @@ import {
LanguageCode,
IChartingLibraryWidget,
ResolutionString,
} from '../../charting_library/charting_library';
} from '../../charting_library';

export interface ChartContainerProps {
symbol: ChartingLibraryWidgetOptions['symbol'];
Expand Down

0 comments on commit 34f14c0

Please sign in to comment.