diff --git a/packages/react/src/App.tsx b/packages/react/src/App.tsx
index 0681a7e..5304af0 100644
--- a/packages/react/src/App.tsx
+++ b/packages/react/src/App.tsx
@@ -10,6 +10,7 @@ import DocsLayout from "./DocsLayout";
import ErrorBoundary from "./ErrorHandler";
import Introduction from "./docs/getting-started/introduction.mdx";
+import Installation from "./docs/getting-started/installation.mdx";
const router = createBrowserRouter(
createRoutesFromElements(
@@ -17,6 +18,7 @@ const router = createBrowserRouter(
} />
}>
} />
+ } />
)