diff --git a/fixtures/flight/src/App.js b/fixtures/flight/src/App.js index 64d75f74130ed..201a55a43a208 100644 --- a/fixtures/flight/src/App.js +++ b/fixtures/flight/src/App.js @@ -5,7 +5,7 @@ import Container from './Container.js'; import {Counter} from './Counter.js'; import {Counter as Counter2} from './Counter2.js'; import AsyncModule from './cjs/Counter3.js'; -const Counter3 = await AsyncModule; +const Counter3 = await(AsyncModule); import ShowMore from './ShowMore.js'; import Button from './Button.js';