better ergonomics for versions (#2717)

This commit is contained in:
Matt Hill
2024-08-19 13:44:57 -06:00
committed by GitHub
parent 6a8d8babce
commit a083f25b6c
10 changed files with 28 additions and 51 deletions

View File

@@ -4,7 +4,7 @@ import { SetInterfaces } from "../interfaces/setupInterfaces"
import { ExposedStorePaths } from "../store/setupExposeStore"
import * as T from "../types"
import { VersionGraph } from "../versionInfo/setupVersionGraph"
import { VersionGraph } from "../version/VersionGraph"
import { Install } from "./setupInstall"
import { Uninstall } from "./setupUninstall"