This commit is contained in:
cirroskais 2024-03-06 01:33:06 -05:00
parent 16e46a4ccb
commit 282e0d47b0
No known key found for this signature in database
GPG key ID: 5FC73EBF2678E33D

9
src/lib/modpack.js Normal file
View file

@ -0,0 +1,9 @@
import * as modrinth from "./modrinth";
import * as curseforge from "./curseforge";
export let staged = new Map();
export let cache = new Map();
export async function publishChanges() {}
export async function getChanges(x, y) {}