Skip to content

Commit 8ea5c83

Browse files
fix: Remove unused variable
1 parent fd2a23e commit 8ea5c83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/taxonomy/tag-list/TagListTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React, {
33
useMemo,
44
useEffect,
55
} from 'react';
6-
import type { PaginationState, Row } from '@tanstack/react-table';
6+
import type { PaginationState } from '@tanstack/react-table';
77
import { TableView } from '@src/taxonomy/tree-table';
88
import { useTagListData, useCreateTag, useUpdateTag } from '@src/taxonomy/data/apiHooks';
99
import { TagTree } from './tagTree';

0 commit comments

Comments
 (0)