Move some files around to where they should be

This commit is contained in:
2026-02-14 12:49:57 -07:00
parent 105913503c
commit 70433b76ab
18 changed files with 21 additions and 21 deletions

View File

@@ -7,12 +7,12 @@ import {
Dispatch,
SetStateAction
} from 'react'
import { DownloadProgress } from './types/DownloadProgress'
import { VersionsConfig } from './types/VersionsConfig'
import { NormalConfig } from './types/NormalConfig'
import { ServerVersionsResponse } from './types/ServerVersionsResponse'
import { GameVersion } from './types/GameVersion'
import { Game } from './types/Game'
import { DownloadProgress } from '../types/DownloadProgress'
import { VersionsConfig } from '../types/VersionsConfig'
import { NormalConfig } from '../types/NormalConfig'
import { ServerVersionsResponse } from '../types/ServerVersionsResponse'
import { GameVersion } from '../types/GameVersion'
import { Game } from '../types/Game'
type GlobalCtxType = {
serverVersionList: ServerVersionsResponse | null