Blame view

src/app/components/navigation/navigation.module.js 76 Bytes
66ee5529f   Palak Handa   initial commit
1
2
3
4
5
  (function () {
  
      angular.module('sbAdminApp.navigation', []);
      
  })();