Server: Remove uneeded CSS file

pull/5984/head
Laurent Cozic 2022-01-09 11:29:23 +00:00
parent e1016b8af4
commit 9dbf5e02eb
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ router.get('tasks', async (_path: SubPath, ctx: AppContext) => {
postUrl: makeUrl(UrlType.Tasks),
csrfTag: await createCsrfTag(ctx),
},
cssFiles: ['index/tasks'],
// cssFiles: ['index/tasks'],
};
});