File "package.js"

Full Path: /home/warrior1/public_html/wp-content-20241001222009/plugins/elementor/app/modules/site-editor/assets/js/package.js
File size: 479 bytes
MIME-type: text/x-java
Charset: utf-8

// Alphabetical order.
import AllPartsButton from './organisms/all-parts-button';
import Layout from './templates/layout';
import Module from './module';
import NotFound from './pages/not-found';
import SiteParts from './organisms/site-parts';
import SitePart from './molecules/site-part';
import { Context as TemplateTypesContext } from './context/template-types';

export default {
	AllPartsButton,
	Layout,
	Module,
	NotFound,
	SitePart,
	SiteParts,
	TemplateTypesContext,
};