diff --git a/ui/app/components/loading-dropdown-option.hbs b/ui/lib/core/addon/components/loading-dropdown-option.hbs similarity index 100% rename from ui/app/components/loading-dropdown-option.hbs rename to ui/lib/core/addon/components/loading-dropdown-option.hbs diff --git a/ui/lib/core/app/components/loading-dropdown-option.js b/ui/lib/core/app/components/loading-dropdown-option.js new file mode 100644 index 0000000000..e661521dca --- /dev/null +++ b/ui/lib/core/app/components/loading-dropdown-option.js @@ -0,0 +1,6 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: BUSL-1.1 + */ + +export { default } from 'core/components/loading-dropdown-option';