Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
dtassone committed Jul 8, 2021
1 parent 2b0a00b commit 89faae8
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import * as React from 'react';
import {
GridRowsProp,
DataGrid,
GridSortModel,
} from '@material-ui/data-grid';
import { GridRowsProp, DataGrid, GridSortModel } from '@material-ui/data-grid';
import { useDemoData, GridData } from '@material-ui/x-grid-data-generator';

function loadServerRows(sortModel: GridSortModel, data: GridData): Promise<any> {
Expand Down

0 comments on commit 89faae8

Please sign in to comment.