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;

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;