Move soapbox.tsx and friends into src/init/
This commit is contained in:
parent
69d2911ee4
commit
fe859593f7
5 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ import './precheck';
|
|||
import ready from './ready';
|
||||
import { registerSW } from './utils/sw';
|
||||
|
||||
const Soapbox = React.lazy(() => import('./containers/soapbox'));
|
||||
const Soapbox = React.lazy(() => import('./init/soapbox'));
|
||||
|
||||
if (BuildConfig.NODE_ENV === 'production') {
|
||||
printConsoleWarning();
|
||||
|
|
Loading…
Reference in a new issue