move OptionsList to components; add launch prompt tests

This commit is contained in:
Keith Grant
2020-03-31 13:59:14 -07:00
parent 4f51c1d2c9
commit 7710ad2e57
16 changed files with 156 additions and 14 deletions

View File

@@ -84,4 +84,5 @@ function LaunchPrompt({ config, resource, onLaunch, onCancel, i18n }) {
);
}
export { LaunchPrompt as _LaunchPrompt };
export default withI18n()(LaunchPrompt);