diff --git a/runtime/react/page/App.tsx b/runtime/react/page/App.tsx
index cbd6a7eb..bde5a17c 100644
--- a/runtime/react/page/App.tsx
+++ b/runtime/react/page/App.tsx
@@ -19,7 +19,7 @@
import React, { useContext } from 'react';
import Core from '@tmagic/core';
-import type { Page } from '@tmagic/schema';
+import type { MPage } from '@tmagic/schema';
import { AppContent } from '@tmagic/ui-react';
function App() {
@@ -31,7 +31,7 @@ function App() {
const MagicUiPage = app.resolveComponent('page');
- return ;
+ return ;
}
export default App;
diff --git a/runtime/react/page/index.html b/runtime/react/page/index.html
index 31b0602b..a8ee410d 100644
--- a/runtime/react/page/index.html
+++ b/runtime/react/page/index.html
@@ -9,17 +9,17 @@