fix import paths

This commit is contained in:
nflnkr 2023-08-28 17:20:06 +03:00
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";