Skip to content

Commit

Permalink
fix: exports in general vis (#621)
Browse files Browse the repository at this point in the history
Co-authored-by: Holger Stitz <[email protected]>
  • Loading branch information
dvdanielamoitzi and thinkh authored Nov 6, 2024
1 parent f2d6b71 commit 5e4dc82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/vis/general/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ export * from './ErrorMessage';
export * from './FastTextMeasure';
export * from './SortIcon';
export * from './WarningMessage';
export * from './constants';
export * from './layoutUtils';
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 5e4dc82

Please sign in to comment.