Skip to content

Commit

Permalink
FIX lint error on import order
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorland authored Feb 11, 2024
1 parent e397760 commit cff02e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/graph/tableview.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Table, TableBody, TableCaption, TableCell, TableHead, TableHeader, TableRow } from "@/components/ui/table";
import { Graph } from "./model";
import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from "@/components/ui/tooltip";
import { Graph } from "./model";

// eslint-disable-next-line import/prefer-default-export
export function TableView({ graph }: { graph: Graph }) {
Expand Down

0 comments on commit cff02e9

Please sign in to comment.