Fix fixture

This commit is contained in:
Dan Abramov 2022-03-25 17:38:10 +00:00
parent a6bdb882b7
commit 3787230b1b
2 changed files with 2 additions and 6 deletions

View File

@ -1,8 +1,4 @@
import React, {
Component,
Suspense,
unstable_startTransition as startTransition,
} from 'react';
import React, {Component, Suspense, startTransition} from 'react';
import Theme, {ThemeToggleButton} from './Theme';

View File

@ -3,4 +3,4 @@ import {hydrateRoot} from 'react-dom/client';
import App from './components/App';
let root = hydrateRoot(document, <App assets={window.assetManifest} />);
hydrateRoot(document, <App assets={window.assetManifest} />);