mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-06-29 19:12:11 +00:00
FIX: You don't need to require the route map, it's automatically found
This commit is contained in:
parent
f37839355a
commit
e68813e6dc
@ -15,8 +15,5 @@ export default {
|
|||||||
return lastIndex !== -1 && lastIndex === position;
|
return lastIndex !== -1 && lastIndex === position;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
// load route
|
|
||||||
require('discourse/plugins/discourse-data-explorer/discourse/explorer-route-map');
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user