houdini/app/javascript/legacy/events/index/page.js
2020-04-23 14:09:14 -05:00

8 lines
206 B
JavaScript

// 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')
}