moved types folder

This commit is contained in:
Miodec 2022-02-12 14:49:57 +01:00
parent 1877cc31e7
commit 71a929fbce
2 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,6 @@
// @ts-ignore
import * as Loader from "./elements/loader";
import * as Types from "./../../../types/interfaces";
import * as Types from "../types/interfaces";
export function getuid(): void {
console.error("Only share this uid with Miodec and nobody else!");