mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-14 18:05:01 +00:00
9 lines
206 B
JavaScript
9 lines
206 B
JavaScript
|
/**
|
||
|
* This stub is used when MobileFrontend is not installed.
|
||
|
* It describes the contract between MobileFrontend and Minerva
|
||
|
* that we should work towards removing.
|
||
|
*/
|
||
|
module.exports = {
|
||
|
stub: true
|
||
|
};
|