Skip to content

Commit

Permalink
fix: use import type for typings only
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkh committed Nov 6, 2024
1 parent 0a06b9d commit 1af7296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vis/general/layoutUtils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { PlotlyTypes } from '../../plotly';
import { ColumnInfo, PlotlyInfo, VisColumn } from '../interfaces';
import type { PlotlyTypes } from '../../plotly';
import type { ColumnInfo, PlotlyInfo, VisColumn } from '../interfaces';
import {
VIS_AXIS_LABEL_SIZE,
VIS_AXIS_LABEL_SIZE_SMALL,
Expand Down

0 comments on commit 1af7296

Please sign in to comment.