feat: cleanup header and extract to component

This commit is contained in:
Aarnav Tale 2024-05-04 15:04:22 -04:00
parent c6cdcf35eb
commit 5ff09e44d9
No known key found for this signature in database
5 changed files with 119 additions and 75 deletions

View file

@ -196,7 +196,7 @@ export function registerConfigWatcher() {
})
}
type Context = {
export type Context = {
hasDockerSock: boolean;
hasConfig: boolean;
hasConfigWrite: boolean;