Skip to content

Commit

Permalink
Update github-signin.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
sidarth-23 authored Mar 21, 2024
1 parent 3f0fe05 commit e7211ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/admin/components/github-signin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import { AuthProviderButton } from "@repo/ui/components";

import Link from "next/link";
import { useSearchParams } from "next/navigation";
import { cookieSetter } from "../actions";
import { cookieSetter } from "@/actions";
import axios from "axios";
import { GITHUB_SIGN_IN_URL } from "../api-routes";
import { GITHUB_SIGN_IN_URL } from "@/api-routes";

type Props = {};

Expand Down

0 comments on commit e7211ba

Please sign in to comment.