This commit is contained in:
2025-08-31 00:33:57 -04:00
parent 9ec78ab51c
commit 279bbd3dcc
14 changed files with 598 additions and 76 deletions

View File

@ -6,7 +6,7 @@ import Breadcrumbs from './Breadcrumbs';
const DemoApp = React.lazy(() => import('demo/App'));
const KMSApp = React.lazy(() => import('kms/App'));
const FaaSApp = React.lazy(() => import('faas/FaaSApp'));
const FaaSApp = React.lazy(() => import('faas/App'));
const AppLoader: React.FC = () => {
const { appName } = useParams<{ appName: string }>();