houdini/client/js/events/index/page.js

8 lines
176 B
JavaScript
Raw Normal View History

const renderListings = require('../listings')
renderListings(`/nonprofits/${app.nonprofit_id}/events/listings`)
if(app.current_user) {
require('../../events/new/wizard')
}