for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
/* istanbul ignore file */
/**
* @package admin
*/
import directives from 'src/app/directive';
// eslint-disable-next-line sw-deprecation-rules/private-feature-declarations
export default function createAppDirectives(): void {
directives();
}