FIX: You don't need to require the route map, it's automatically found

This commit is contained in:
Robin Ward 2017-07-05 14:16:40 -04:00
parent f37839355a
commit e68813e6dc
1 changed files with 0 additions and 3 deletions

View File

@ -15,8 +15,5 @@ export default {
return lastIndex !== -1 && lastIndex === position;
};
}
// load route
require('discourse/plugins/discourse-data-explorer/discourse/explorer-route-map');
}
};