Skip to content

Commit e1a5330

Browse files
committed
js lint
1 parent 20bffb4 commit e1a5330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/app/src/shared/components/table/data-table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { useAuth } from "@/entities/authentication/ui/useAuth";
12
import { ObjectTableSkeleton } from "@/entities/nodes/object/ui/object-table/object-table-skeleton";
23
import {
34
ObjectTableSelectionToolbarProps,
@@ -6,7 +7,6 @@ import {
67
import { NodeObject } from "@/entities/nodes/types";
78
import { ColumnDef, flexRender, getCoreRowModel, useReactTable } from "@tanstack/react-table";
89
import React from "react";
9-
import { useAuth } from "@/entities/authentication/ui/useAuth";
1010

1111
export interface DataTableProps<T> extends React.HTMLAttributes<HTMLDivElement> {
1212
columns: ColumnDef<T>[];

0 commit comments

Comments
 (0)