Fix circular dependency
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import axios from "axios";
|
||||
import { getAuthHeader } from "@utils/auth";
|
||||
import { Question } from "@components/Widgets/SignupQuestionsWidget";
|
||||
import { Question } from "@components/Widgets/SignupQuestionsWidget/common";
|
||||
import { Signup } from "./Signup";
|
||||
|
||||
const URL = `${process.env.NEXT_PUBLIC_API_URL}/signupForm/`;
|
||||
|
||||
Reference in New Issue
Block a user