mirror of
https://github.com/flarum/core.git
synced 2025-02-23 18:54:38 +01:00
6 lines
117 B
JavaScript
6 lines
117 B
JavaScript
export default function(app) {
|
|
if (app.preload.data) {
|
|
app.store.pushPayload({data: app.preload.data});
|
|
}
|
|
};
|