From efc304d422112c9f45602313a586c17d92e274e3 Mon Sep 17 00:00:00 2001
From: Jawher Kl <kalleljawher4@gmail.com>
Date: Fri, 14 Feb 2025 09:38:13 +0100
Subject: [PATCH] Update GitHubButton.tsx

---
 src/components/AuthenticationFlow/GitHubButton.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/AuthenticationFlow/GitHubButton.tsx b/src/components/AuthenticationFlow/GitHubButton.tsx
index 3e6681730..adba8132f 100644
--- a/src/components/AuthenticationFlow/GitHubButton.tsx
+++ b/src/components/AuthenticationFlow/GitHubButton.tsx
@@ -5,7 +5,7 @@ import {
   COURSE_PURCHASE_PARAM,
   setAuthToken,
 } from '../../lib/jwt';
-import { cn } from '../../../editor/utils/classname.ts';
+import { cn } from '../../lib/classname.ts';
 import { httpGet } from '../../lib/http';
 import { Spinner } from '../ReactIcons/Spinner.tsx';
 import { CHECKOUT_AFTER_LOGIN_KEY } from './CourseLoginPopup.tsx';