mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 12:43:26 +00:00
Fixed path
This commit is contained in:
parent
d79cffec39
commit
7b04ea3130
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
module.exports = {
|
||||
|
||||
Components: require('components/'),
|
||||
Components: require('./components/'),
|
||||
|
||||
Formats: require('./Formats'),
|
||||
ImageCollection: require('./ImageCollection'),
|
||||
|
|
Loading…
Reference in a new issue