Skip to content

Commit 82d077d

Browse files
committed
[Dashboard] - Remove server-only import on files
1 parent ebf94a6 commit 82d077d

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

apps/dashboard/src/@/actions/billing.ts

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

3-
import "server-only";
43
import { API_SERVER_URL } from "@/constants/env";
54
import { redirect } from "next/navigation";
65
import { getAuthToken } from "../../app/api/lib/getAuthToken";

apps/dashboard/src/app/(dashboard)/support/create-ticket/components/create-ticket.action.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
"use server";
2-
import "server-only";
32

43
import { COOKIE_ACTIVE_ACCOUNT, COOKIE_PREFIX_TOKEN } from "@/constants/cookie";
54
import { API_SERVER_URL } from "@/constants/env";

apps/dashboard/src/app/login/auth-actions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
"use server";
2-
import "server-only";
32

43
import { COOKIE_ACTIVE_ACCOUNT, COOKIE_PREFIX_TOKEN } from "@/constants/cookie";
54
import { API_SERVER_URL } from "@/constants/env";

apps/dashboard/src/app/team/[team_slug]/(team)/~/ecosystem/create/actions/create-ecosystem.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
"use server";
2-
import "server-only";
32
import { API_SERVER_URL, BASE_URL } from "@/constants/env";
43
import { getThirdwebClient } from "@/constants/thirdweb.server";
54
import { redirect } from "next/navigation";

0 commit comments

Comments
 (0)