Skip to content

Commit

Permalink
Weird prettier fix since we use flow parser
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage committed Jun 21, 2023
1 parent 8b5b3c5 commit 705df6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/flight/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 705df6d

Please sign in to comment.