feat: unwrap file namespaces to flat exports + barrel

This commit is contained in:
Kit Langton
2026-04-15 23:49:51 -04:00
parent 225a769411
commit e61fe8e5f8
35 changed files with 893 additions and 898 deletions
+3 -3
View File
@@ -8,10 +8,10 @@ import { Auth } from "@/auth"
import { Account } from "@/account"
import { Config } from "@/config"
import { Git } from "@/git"
import { Ripgrep } from "@/file/ripgrep"
import { FileTime } from "@/file/time"
import { Ripgrep } from "@/file"
import { FileTime } from "@/file"
import { File } from "@/file"
import { FileWatcher } from "@/file/watcher"
import { FileWatcher } from "@/file"
import { Storage } from "@/storage"
import { Snapshot } from "@/snapshot"
import { Plugin } from "@/plugin"