define(['jquery', 'bootstrap', 'frontend', 'form'], function ($, undefined, Frontend, Form) { var Controller = { index: function () { }, }; return Controller; })