Converted to Vite since create-react-app is no longer being developed

This commit is contained in:
Jamie Curnow
2023-07-20 15:11:41 +10:00
parent 824a22efad
commit 6d6021c9bb
115 changed files with 2511 additions and 10015 deletions

View File

@ -1,4 +1,4 @@
import { TokenResponse } from "api/npm";
import { TokenResponse } from "src/api/npm";
export const TOKEN_KEY = "authentications";

View File

@ -1,4 +1,4 @@
import { intl } from "locale";
import { intl } from "src/locale";
const validateString = (minLength = 0, maxLength = 0) => {
if (minLength <= 0 && maxLength <= 0) {