diff --git a/src/App.tsx b/src/App.tsx
index 0540bec..9508ad8 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -226,7 +226,7 @@ export default function App()
name: `${app.label}`,
key: app.name,
route: path,
- component: ,
+ component: ,
});
}
else if (app.type === QAppNodeType.TABLE)