Skip to content

Commit

Permalink
chore: 不要なimport文を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
shinaps committed Jan 28, 2024
1 parent b61ad12 commit 47167a9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/app/services/auth/sign-in.action.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"use server";

import { revalidatePath } from "next/cache";
import { cookies } from "next/headers";
import { redirect } from "next/navigation";
import { createClient } from "@/clients/supabase/cookie-writable-server-client";
Expand Down
1 change: 0 additions & 1 deletion src/app/services/auth/sign-up.action.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"use server";

import { revalidatePath } from "next/cache";
import { cookies } from "next/headers";
import { redirect } from "next/navigation";
import { createClient } from "@/clients/supabase/cookie-writable-server-client";
Expand Down
1 change: 0 additions & 1 deletion src/app/sign-in/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { zodResolver } from "@hookform/resolvers/zod";
import {
Form,
FormControl,
FormDescription,
FormField,
FormItem,
FormLabel,
Expand Down

0 comments on commit 47167a9

Please sign in to comment.