Import with @components

This commit is contained in:
Aarni Halinen
2020-07-08 14:37:11 +03:00
parent 6af5969734
commit 6a3cd4bb7a
19 changed files with 77 additions and 77 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import axios from "axios";
import { getAuthHeader } from "../auth";
const url = `${process.env.API_URL}/signupForm/`;
import { Question } from "../components/SignupQuestionsWidget";
import { Question } from "@components/SignupQuestionsWidget";
export interface SignupForm {
id?: number;