/*
# cjt/templates.js Copyright(c) 2020 cPanel, L.L.C.
# All rights reserved.
# copyright@cpanel.net http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited
*/
/* global define: false */
define(
[
"angular",
],
function(angular) {
// NOTE: Dummy file, replaced during the build. This is a placeholder file
// so that debug builds will work. It get replaced by the build process with
// the built templates cache pre-loader script.
angular.module("cjt2.templates", []);
}
);