fix: classname import path

Resolves #8204
pull/8207/head
Jawher Kl 7 days ago committed by GitHub
parent 75925cb53a
commit 3dd115dce1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      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';

Loading…
Cancel
Save