fix import paths
This commit is contained in:
parent
31058d1604
commit
7f2ab8c5a5
@ -1,4 +1,5 @@
|
|||||||
import { UserAccount, UserName, makeRequest } from "@frontend/kitui";
|
import { makeRequest } from ".";
|
||||||
|
import { UserAccount, UserName } from "..";
|
||||||
|
|
||||||
|
|
||||||
const apiUrl = process.env.NODE_ENV === "production" ? "/customer" : "https://hub.pena.digital/customer";
|
const apiUrl = process.env.NODE_ENV === "production" ? "/customer" : "https://hub.pena.digital/customer";
|
||||||
|
Loading…
Reference in New Issue
Block a user