/*
# cjt/modules.unprotected.js Copyright 2022 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
*/
/**
* Provides the cjt2 bundle for unprotected.
*
* @module cjt/module.unprotected
*/
define([], function() {
"use strict";
// Return the Angular modules provided by the dependency files
return [];
});