chore; fixing code review commenta and fix the import path

This commit is contained in:
blam
2020-04-10 01:38:35 +02:00
parent 6104ff9988
commit 72c98655f3
2 changed files with 4 additions and 5 deletions
+3 -4
View File
@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { plugin as HomePagePlugin } from '@backstage/plugin-home-page';
import { plugin as WelcomePlugin } from '@backstage/plugin-welcome';
import { plugin as LighthousePlugin } from '@backstage/plugin-lighthouse';
export { HomePagePlugin, WelcomePlugin, LighthousePlugin };
export { plugin as HomePagePlugin } from '@backstage/plugin-home-page';
export { plugin as WelcomePlugin } from '@backstage/plugin-welcome';
export { plugin as LighthousePlugin } from '@backstage/plugin-lighthouse';
@@ -1 +1 @@
export { default as WelcomePlugin } from 'plugin-welcome';
export { plugin as WelcomePlugin } from 'plugin-welcome';