Code split ag-grid

This commit is contained in:
jeffvli
2022-12-09 19:00:09 -08:00
parent 2711fafb06
commit 71a591792a
12 changed files with 1380 additions and 251 deletions
@@ -7,10 +7,10 @@ import type {
IHeaderParams,
ValueFormatterParams,
ColDef,
} from 'ag-grid-community';
import type { AgGridReactProps } from 'ag-grid-react';
import { AgGridReact } from 'ag-grid-react';
import type { AgGridReact as AgGridReactType } from 'ag-grid-react/lib/agGridReact';
} from '@ag-grid-community/core';
import type { AgGridReactProps } from '@ag-grid-community/react';
import { AgGridReact } from '@ag-grid-community/react';
import type { AgGridReact as AgGridReactType } from '@ag-grid-community/react/lib/agGridReact';
import formatDuration from 'format-duration';
import { generatePath } from 'react-router';
import styled from 'styled-components';