UNPKG

@dlands/strapi-plugin-excel-export-2024

Version:

A strapi plugin used which can be used to download data in xlsx format

8 lines (5 loc) 110 B
'use strict'; const myController = require('./my-controller'); module.exports = { myController, };