Update
This commit is contained in:
parent
ca3f963f0b
commit
afb077b30a
|
@ -5,7 +5,7 @@ import { StrictMode, lazy, Suspense } from "react";
|
||||||
// The following block can be uncommented to test a specific page with `yarn dev`
|
// The following block can be uncommented to test a specific page with `yarn dev`
|
||||||
// Don't forget to comment back or your bundle size will increase
|
// Don't forget to comment back or your bundle size will increase
|
||||||
/*
|
/*
|
||||||
import { getKcContextMock } from "./login/PageStory";
|
import { getKcContextMock } from "./login/KcPageStory";
|
||||||
|
|
||||||
if (import.meta.env.DEV) {
|
if (import.meta.env.DEV) {
|
||||||
window.kcContext = getKcContextMock({
|
window.kcContext = getKcContextMock({
|
||||||
|
|
Loading…
Reference in a new issue