Move soapbox.tsx and friends into src/init/

This commit is contained in:
Alex Gleason 2023-10-07 18:51:25 -05:00
parent 69d2911ee4
commit fe859593f7
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
5 changed files with 1 additions and 1 deletions

View File

@ -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();