Skip to content

Commit b1139c7

Browse files
committed
Linting Fix
1 parent bc970a3 commit b1139c7

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

apps/web/src/app/_components/reviews/new-review/new-company-content.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ import { Filter } from "bad-words";
55
import { Form, FormProvider, useForm } from "react-hook-form";
66
import { z } from "zod";
77

8-
import { CompanyType } from "@cooper/db/schema";
98
import { Button } from "@cooper/ui/button";
109
import { DialogFooter } from "@cooper/ui/dialog";
1110
import { FormControl, FormField, FormItem, FormMessage } from "@cooper/ui/form";
1211
import { toast } from "@cooper/ui/hooks/use-toast";
1312
import { Input } from "@cooper/ui/input";
1413
import { Label } from "@cooper/ui/label";
15-
import Logo from "@cooper/ui/logo";
1614
import { Textarea } from "@cooper/ui/textarea";
1715

1816
import { api } from "~/trpc/react";

apps/web/src/app/_components/reviews/new-review/new-review-dialogue.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"use client";
22

33
import { useState } from "react";
4-
import { useRouter } from "next/navigation";
54

65
import { cn } from "@cooper/ui";
76
import { Button } from "@cooper/ui/button";

packages/ui/src/dialog.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import * as React from "react";
44
import * as DialogPrimitive from "@radix-ui/react-dialog";
5-
import { X } from "lucide-react";
65

76
import { cn } from "@cooper/ui";
87

0 commit comments

Comments
 (0)