mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
fix jshint error
This commit is contained in:
parent
7541244354
commit
46aaed6c65
@ -17,17 +17,17 @@ import JobVarsPrompt from "./forms/JobVarsPrompt";
|
||||
import LogViewerOptions from "./forms/LogViewerOptions";
|
||||
import LogViewerStatus from "./forms/LogViewerStatus";
|
||||
|
||||
export
|
||||
{ EventsViewer,
|
||||
Groups,
|
||||
HostGroups,
|
||||
Hosts,
|
||||
Inventories,
|
||||
InventoryStatus,
|
||||
JobEventData,
|
||||
JobSummary,
|
||||
JobTemplates,
|
||||
JobVarsPrompt,
|
||||
LogViewerOptions,
|
||||
LogViewerStatus,
|
||||
};
|
||||
export {
|
||||
EventsViewer,
|
||||
Groups,
|
||||
HostGroups,
|
||||
Hosts,
|
||||
Inventories,
|
||||
InventoryStatus,
|
||||
JobEventData,
|
||||
JobSummary,
|
||||
JobTemplates,
|
||||
JobVarsPrompt,
|
||||
LogViewerOptions,
|
||||
LogViewerStatus
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user