diff options
| author | 2026-01-16 01:35:23 +0000 | |
|---|---|---|
| committer | 2026-01-16 01:35:23 +0000 | |
| commit | 963b4b8567ac1bd8b23c41e1bfbd6a99d202d1ed (patch) | |
| tree | 6df911b964d0d32facf55844c55e61ba3878ae3f /ui/src/types | |
| parent | e21e288275806df7785d869667c90062e1890bf0 (diff) | |
| download | DropOut-963b4b8567ac1bd8b23c41e1bfbd6a99d202d1ed.tar.gz DropOut-963b4b8567ac1bd8b23c41e1bfbd6a99d202d1ed.zip | |
style: auto format and lint fix [skip ci]
Diffstat (limited to 'ui/src/types')
| -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"; - |