Fix circular dependency

This commit is contained in:
Aarni Halinen
2021-02-11 10:30:21 +02:00
parent 5622296337
commit 0eadc7d466
8 changed files with 20 additions and 23 deletions
+1 -1
View File
@@ -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/`;