Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Lanza committed Dec 10, 2024
1 parent 996153c commit 327d4cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/upset/src/components/ElementView/ElementTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { FC, useMemo } from 'react';
import { useRecoilValue } from 'recoil';

import { selectedItemsSelector } from '../../atoms/elementsSelectors';
import { columnsAtom } from '../../atoms/columnAtom';
import { setColumnsSelector } from '../../atoms/dataAtom';
import { attributeAtom } from '../../atoms/attributeAtom';

Expand Down

0 comments on commit 327d4cf

Please sign in to comment.