diff --git a/fixtures/flight/src/App.js b/fixtures/flight/src/App.js
index 2f2118580a93c..7b811dd7628e0 100644
--- a/fixtures/flight/src/App.js
+++ b/fixtures/flight/src/App.js
@@ -12,6 +12,7 @@ import Button from './Button.js';
 import Form from './Form.js';
 import {Dynamic} from './Dynamic.js';
 import {Client} from './Client.js';
+import {Navigate} from './Navigate.js';
 
 import {Note} from './cjs/Note.js';
 
@@ -89,6 +90,7 @@ export default async function App({prerender}) {
           
           {dedupedChild}
           {Promise.resolve([dedupedChild])}
+