Skip to content

Commit

Permalink
Fix: alphabetized imports in TableColumns
Browse files Browse the repository at this point in the history
  • Loading branch information
alexappleget committed Oct 16, 2024
1 parent 2d93d72 commit 62873d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/TableColumns/TableColumns.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

'use client';

import React, { JSX } from 'react';
import { Button } from '../Button/Button';
import { ColumnDef } from '@tanstack/react-table';
import { ChevronsUpDown, MoreHorizontal } from 'lucide-react';
Expand All @@ -14,6 +13,7 @@ import {
DropdownMenuTrigger,
} from '../TableDropDownMenu/TableDropDownMenu';
import { IEntryWithLeague } from './TableColumns.interface';
import { JSX } from 'react';

export type LeagueDetailsHeader = {
text: string;
Expand Down

0 comments on commit 62873d3

Please sign in to comment.