File "admin.ts"
Full Path: /home2/sdektunc/cepali.edu.mx/wp-content/themes/shapely/inc/libraries/epsilon-framework/assets/vendors/epsilon-framework/admin/admin.ts
File size: 240 bytes
MIME-type: text/plain
Charset: utf-8
declare var require: any;
declare var wp: any;
import * as $ from 'jquery';
import { EpsilonNotices } from './notices/notices';
jQuery( document ).ready( function() {
let notices = new EpsilonNotices();
notices.init();
} );