fix(www): remove unused import (#4324)

This commit is contained in:
Liron Abutbul
2024-08-03 23:35:04 +03:00
committed by GitHub
parent e42f55f8e3
commit 4a77cdc41c

View File

@@ -515,7 +515,7 @@ We can now update the `email` header cell to add sorting controls.
"use client"
import { ColumnDef } from "@tanstack/react-table"
import { ArrowUpDown, MoreHorizontal } from "lucide-react"
import { ArrowUpDown } from "lucide-react"
export const columns: ColumnDef<Payment>[] = [
{