mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-24 06:54:03 +03:00
7 lines
98 B
JavaScript
7 lines
98 B
JavaScript
|
export default {
|
||
|
load: function (elmLoaded) {},
|
||
|
flags: function () {
|
||
|
return null;
|
||
|
},
|
||
|
};
|