Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsanzizan committed Jul 10, 2024
1 parent e852c47 commit a2dbae0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/(admin)/admin/posts/[id]/_components/Tags.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"use client";

import { Roles, Tag } from "@prisma/client";
import { Session } from "next-auth";
import { Dispatch, SetStateAction } from "react";
import { ActionMeta, MultiValue, OnChangeValue } from "react-select";
import CreatableSelect from "react-select/creatable";
Expand Down

0 comments on commit a2dbae0

Please sign in to comment.