Skip to content

Commit

Permalink
circ dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jsloat committed Jun 18, 2024
1 parent 3bac407 commit b7a6b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UITable/grid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { objectFromEntries } from '../common';
import { isIn } from '../flow';
import { objectEntries } from '../object';
import { Percent } from './Row';
import { parsePercent } from './elements';
import { parsePercent } from './elements/utils';

type GridKey = string | number | symbol;

Expand Down

0 comments on commit b7a6b50

Please sign in to comment.