```define('PDPThing' , [] , function () { '...
# suitecommerce
s
Copy code
define('PDPThing'
, []
, function 
  ()
{  
  'use strict'

  return {
    mountToApp: function mountToApp (container)
    {
      var pdp = container.getComponent('PDP');

      console.log(PDP);
    }
  }
})
is the simplest thing I can think of