feat: unwrap project namespaces to flat exports + barrel (#22743)

This commit is contained in:
Kit Langton
2026-04-15 23:28:46 -04:00
committed by GitHub
parent 0beaf04df5
commit a427a28fa9
18 changed files with 655 additions and 657 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ import { Format } from "../format"
import { LSP } from "../lsp"
import { File } from "../file"
import { Snapshot } from "../snapshot"
import { Project } from "./project"
import { Vcs } from "./vcs"
import { Project } from "."
import { Vcs } from "."
import { Bus } from "../bus"
import { Command } from "../command"
import { Instance } from "./instance"