Skip to content
Snippets Groups Projects
sgJobs.js 211 B
import Upload from './Form/upload';

/**
 * This module handles the Isotope integration for sg_teaser
 */
export default class SgJobs {
	/**
	 * Kicks things off
	 */
	constructor(_root = {}) {
		Upload();
	}
}