Skip to content

Commit

Permalink
AgGrid migration
Browse files Browse the repository at this point in the history
  • Loading branch information
kreinhard committed Aug 9, 2023
1 parent 80f4f6b commit 5f22030
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import AwesomeDebouncePromise from 'awesome-debounce-promise';
import PropTypes from 'prop-types';
import React, { useCallback, useRef, useState } from 'react';
import React, { useRef, useState } from 'react';
import { AgGridReact } from 'ag-grid-react';
import 'ag-grid-community/dist/styles/ag-grid.css';
import 'ag-grid-community/styles/ag-grid.css';
import { LicenseManager } from 'ag-grid-enterprise';
import 'ag-grid-community/dist/styles/ag-theme-alpine.css';
import 'ag-grid-community/styles/ag-theme-alpine.css';
import { connect } from 'react-redux';
import { DynamicLayoutContext } from '../../context';
import Formatter from '../../../Formatter';
Expand Down

0 comments on commit 5f22030

Please sign in to comment.