houdini/app/javascript/legacy/events/index/page.js

9 lines
206 B
JavaScript
Raw Normal View History

2019-11-06 20:36:28 +00:00
// License: LGPL-3.0-or-later
const renderListings = require('../listings')
renderListings(`/nonprofits/${app.nonprofit_id}/events/listings`)
if(app.current_user) {
require('../../events/new/wizard')
}