Skip to content

Commit

Permalink
fix: more errors RC
Browse files Browse the repository at this point in the history
  • Loading branch information
logeekal committed Sep 27, 2024
1 parent 0c2b45f commit 00e76e9
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,7 @@
* Side Public License, v 1.
*/

import React, {
FunctionComponent,
useState,
useMemo,
useCallback,
RefObject,
useRef,
} from 'react';
import React, { FunctionComponent, useState, useMemo } from 'react';
import classNames from 'classnames';

import { useDefaultColumnWidth, useColumnWidths } from '../utils/col_widths';
Expand Down

0 comments on commit 00e76e9

Please sign in to comment.