Skip to content

Commit

Permalink
remove .ts ext from import (apache#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdotson authored and zhaoyongjie committed Nov 26, 2021
1 parent b3d6df7 commit 7ea1e54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { t } from '@superset-ui/translation';
import { ChartMetadata, ChartPlugin } from '@superset-ui/chart';
import transformProps from './transformProps';
import thumbnail from './images/thumbnail.png';
import controlPanel from './controlPanel.ts';
import controlPanel from './controlPanel';

const metadata = new ChartMetadata({
credits: ['https://syntagmatic.github.io/parallel-coordinates'],
Expand Down

0 comments on commit 7ea1e54

Please sign in to comment.