diff options
Diffstat (limited to 'ui/src/types/index.ts')
| -rw-r--r-- | ui/src/types/index.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/src/types/index.ts b/ui/src/types/index.ts index 0f02d64..83e7f9e 100644 --- a/ui/src/types/index.ts +++ b/ui/src/types/index.ts @@ -159,4 +159,3 @@ export interface InstalledForgeVersion { // ==================== Mod Loader Type ==================== export type ModLoaderType = "vanilla" | "fabric" | "forge"; - |