import controller from './logsController';
export const logsView = {
templateUrl: './logs.html',
controller,
};