From a217b880d3ddbee988065e0ed0500d3dbf8ac12b Mon Sep 17 00:00:00 2001 From: John <72810050+Notplayingallday383@users.noreply.github.com> Date: Tue, 7 May 2024 11:40:22 -0400 Subject: [PATCH] Alpha build should be ready --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 33af8f2..06813c9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,6 @@ import { LFS, FFS } from "./fs" import { cfg } from "./types" -import XOR from "./xor" +import { XOR } from "./xor" export default async function main() { const cfg: cfg = self.__injectify$cfg