diff --git a/.github/renovate.json5 b/.github/renovate.json5
index 61ced90b0..4135c2e0a 100644
--- a/.github/renovate.json5
+++ b/.github/renovate.json5
@@ -41,9 +41,5 @@
"kill-port", // `kill-port:^2.0.0 has perf issues (#8392)
"prettier", // waiting for stable choice on ternaries
-
- // plugin-rsc
- "react-router",
- "@react-router/dev",
],
}
diff --git a/packages/plugin-rsc/examples/react-router/app/root.tsx b/packages/plugin-rsc/examples/react-router/app/root.tsx
index 0c356b69e..399576b63 100644
--- a/packages/plugin-rsc/examples/react-router/app/root.tsx
+++ b/packages/plugin-rsc/examples/react-router/app/root.tsx
@@ -1,6 +1,5 @@
import './styles.css'
import { Link, Outlet } from 'react-router'
-import { ServerHmr } from '../react-router-vite/server-hmr'
import { TestClientState, TestHydrated } from './routes/client'
import { DumpError, GlobalNavigationLoadingBar } from './routes/root.client'
@@ -35,7 +34,6 @@ export function Layout({ children }: { children: React.ReactNode }) {
-
{children}