|
@@ -31,7 +31,7 @@ import { type ClientApi, getClientApi } from "../client/api";
|
|
|
import { useAccessStore } from "../store";
|
|
import { useAccessStore } from "../store";
|
|
|
|
|
|
|
|
export function Loading() {
|
|
export function Loading() {
|
|
|
- const [progress, setProgress] = useState(0);
|
|
|
|
|
|
|
+ const [progress, setProgress] = useState(1);
|
|
|
|
|
|
|
|
useEffect(() => {
|
|
useEffect(() => {
|
|
|
let isMounted = true;
|
|
let isMounted = true;
|