Skip to content

Commit

Permalink
release version patch
Browse files Browse the repository at this point in the history
  • Loading branch information
radubrehar committed Nov 24, 2023
1 parent 5deb1e4 commit 115bc3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
import type { InfiniteTablePropColumns } from '@infinite-table/infinite-react';

import { useState } from 'react';
import { RowSelectionState } from '@infinite-table/infinite-react/components/DataSource/RowSelectionState';

type Developer = {
id: number;
Expand Down
1 change: 1 addition & 0 deletions source/src/utils/debugPackage.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { DeepMap } from './DeepMap';
import { getGlobal } from './getGlobal';

// colors take from the `debug` package on npm
const colors = [
'#0000CC',
'#0000FF',
Expand Down

0 comments on commit 115bc3c

Please sign in to comment.