We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac5bdb commit d1d51bbCopy full SHA for d1d51bb
1 file changed
Website/components/Attributes.tsx
@@ -4,7 +4,7 @@ import { EntityType, AttributeType } from "@/lib/Types"
4
import { TableHeader, TableRow, TableHead, TableBody, TableCell, Table } from "./ui/table"
5
import { Button } from "./ui/button"
6
import { useState } from "react"
7
-import { ArrowUpDown, ArrowUp, ArrowDown, Search, X, PencilOff, Pencil, EyeOff, Eye } from "lucide-react"
+import { ArrowUpDown, ArrowUp, ArrowDown, Search, X, EyeOff, Eye } from "lucide-react"
8
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "./ui/select"
9
import { Input } from "./ui/input"
10
import { AttributeDetails } from "./entity/AttributeDetails"
0 commit comments