eHealthAfrica/direct-delivery-dashboard

View on GitHub
src/app/components/auth/auth.module.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict'

angular.module('auth', [
  'eha.couchdb-auth',
  'log',
  'config',
  'navbar'
])