Skip to content

Commit

Permalink
apply review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sdirix committed Jan 22, 2024
1 parent 967fbbb commit 1d1863b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/vanilla-renderers/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ export * from './layouts';
export * from './reducers';
export * from './util';
export * from './styles';
export * from './renderer';
export * from './renderers';
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import {
booleanCellTester,
DateCell,
dateCellTester,
DateTimeCell,
dateTimeCellTester,
EnumCell,
enumCellTester,
Expand Down Expand Up @@ -75,7 +76,6 @@ import {
VerticalLayout,
verticalLayoutTester,
} from './layouts';
import DateTimeCell from './cells/DateTimeCell';

export const vanillaRenderers: { tester: RankedTester; renderer: any }[] = [
{ tester: inputControlTester, renderer: InputControl },
Expand Down

0 comments on commit 1d1863b

Please sign in to comment.