/* * Licensed to the Apache Software Foundation (ASF) * Minimal theme entry point - fixes 0-byte bug in official images * MOMO Pro System custom fix */ (function() { 'use strict'; console.log('[Superset] Theme module loaded'); if (typeof module !== 'undefined' && module.exports) { module.exports = {}; } })();