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
5 changed files with 119 additions and 75 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ export function registerConfigWatcher() {
})
}
type Context = {
export type Context = {
hasDockerSock: boolean;
hasConfig: boolean;
hasConfigWrite: boolean;
+1 -1
View File
@@ -1,6 +1,6 @@
import { createCookieSessionStorage } from '@remix-run/node' // Or cloudflare/deno
type SessionData = {
export type SessionData = {
hsApiKey: string;
authState: string;
authNonce: string;