mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-29 02:25:39 -05:00
Imports for home.js entry
This commit is contained in:
parent
fe3cf41883
commit
dfed05680f
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
import {gn, preprocessAndLoadCss} from '../utils/lib';
|
import {gn, preprocessAndLoadCss} from '../utils/lib';
|
||||||
import iOS from '../iPad/iOS';
|
import iOS from '../iPad/iOS';
|
||||||
|
import Localization from '../utils/Localization';
|
||||||
|
import Lobby from '../lobby/Lobby.js';
|
||||||
|
|
||||||
function startup () {
|
function startup () {
|
||||||
homeStrings();
|
homeStrings();
|
||||||
|
|
Loading…
Reference in a new issue