/** * Shared (client + server safe) constants for the logo cache. * Kept in a non-`.server` module so route components can import them * without React Router pulling server-only code into the client bundle. */ export const STORED_LOGO_SENTINEL = "stored://shop-logo";