File "package.js"

Full Path: /home/warrior1/public_html/plugins/elementor/app/modules/import-export/assets/js/package.js
File size: 134 bytes
MIME-type: text/x-java
Charset: utf-8

// Alphabetical order.
import Layout from './templates/layout';
import Module from './module';

export default {
	Layout,
	Module,
};