MCPcopy Index your code
hub / github.com/OpenSignLabs/OpenSign / GetDashboard.jsx

File GetDashboard.jsx

apps/OpenSign/src/components/dashboard/GetDashboard.jsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { useState, useEffect, Suspense } from "react";
2import { lazyWithRetry } from "../../utils";
3import { useTranslation } from "react-i18next";
4const DashboardButton = lazyWithRetry(() => import("./DashboardButton"));

Callers

nothing calls this directly

Calls 1

lazyWithRetryFunction · 0.90

Tested by

no test coverage detected