aboutsummaryrefslogtreecommitdiff
path: root/apps/web/app/(auth)/auth-buttons.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/app/(auth)/auth-buttons.tsx')
-rw-r--r--apps/web/app/(auth)/auth-buttons.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/(auth)/auth-buttons.tsx b/apps/web/app/(auth)/auth-buttons.tsx
index 0e99213e..5b0ad06e 100644
--- a/apps/web/app/(auth)/auth-buttons.tsx
+++ b/apps/web/app/(auth)/auth-buttons.tsx
@@ -2,7 +2,7 @@
import { Button } from "@repo/ui/shadcn/button";
import React from "react";
-import { signIn } from "../helpers/server/auth";
+import { signIn } from "../../server/auth";
function SignIn() {
return (