Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dff2180

Browse files
committed
Fix up build
1 parent f58c860 commit dff2180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import "./index.css";
22

3-
await Promise.all([
3+
Promise.all([
44
// We're going to load the editor asynchronously so that we can get to
55
// first-paint faster. This works out nicely since we can use a textarea until
66
// this chunk is loaded.

0 commit comments

Comments
 (0)