Kanban application using the cryptpad framework

This commit is contained in:
Ludovic Dubost
2018-04-02 20:27:52 +02:00
parent 4b83f2991a
commit 035a56fdab
10 changed files with 1821 additions and 2725 deletions

View File

@@ -886,12 +886,5 @@ define([
];
};
Pages['/kanban/'] = Pages['/kanban/index.html'] = function () {
return [
appToolbar(),
h('div#cp-app-kanban-content', [])
];
};
return Pages;
});