renamed component

Signed-off-by: Alex Rybchenko <arybchenko@box.com>
This commit is contained in:
Alex Rybchenko
2022-03-03 17:26:35 +01:00
parent 9c52f539fd
commit c40d43d88e
7 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ import { Content, Page } from '@backstage/core-components';
import { googleAuthApiRef } from '@backstage/core-plugin-api';
import { createDevApp } from '@backstage/dev-utils';
import { calendarListMock, eventsMock } from './mocks';
import { gcalendarPlugin, CalendarCard } from '../src/plugin';
import { gcalendarPlugin, HomePageCalendar } from '../src/plugin';
import { gcalendarApiRef } from '../src';
createDevApp()
@@ -52,7 +52,7 @@ createDevApp()
element: (
<Page themeId="home">
<Content>
<CalendarCard />
<HomePageCalendar />
</Content>
</Page>
),