Skip to content

Commit

Permalink
Update kc.gen
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Nov 23, 2024
1 parent 487000a commit 72727cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/kc.gen.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is auto-generated by the `update-kc-gen` command. Do not edit it manually.
// Hash: 52e835881710cf6fd39c1589bb9282feccdcf06c9547d41c919576489f251d2f
// Hash: a4bb051dacf961c9963f104bb9f9b28088f10d7beadd6cab6df0eb3f56500a51

/* eslint-disable */

Expand All @@ -19,7 +19,7 @@ export const kcEnvNames: KcEnvName[] = [];

export const kcEnvDefaults: Record<KcEnvName, string> = {};

export type KcContext = import("./login/KcContext").KcContext;
type KcContext = import("./login/KcContext").KcContext;

declare global {
interface Window {
Expand Down

0 comments on commit 72727cb

Please sign in to comment.