add support for markdown text files

This commit is contained in:
Lachlan Kermode
2019-01-03 13:04:55 +00:00
parent b60d3053c7
commit 5552aa563f
7 changed files with 74 additions and 24 deletions

View File

@@ -166,6 +166,5 @@ function injectSource(id) {
export default connect(
state => state,
// injectSource('src7'),
mapDispatchToProps,
)(Dashboard);