feedback changes incorporated
Signed-off-by: Abhay-soni-developer <abhaysoni.developer@gmail.com>
This commit is contained in:
committed by
blam
parent
6d0eb9e962
commit
5e7293f93e
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
import React from 'react';
|
||||
import { createDevApp } from '@backstage/dev-utils';
|
||||
import { microsoftCalendarPlugin, MicrosoftCalendar } from '../src/plugin';
|
||||
import { microsoftCalendarPlugin, MicrosoftCalendarCard } from '../src/plugin';
|
||||
import { microsoftCalendarApiRef } from '../src';
|
||||
import responseMock from './mock.json';
|
||||
import { microsoftAuthApiRef } from '@backstage/core-plugin-api';
|
||||
@@ -52,7 +52,7 @@ createDevApp()
|
||||
<Page themeId="home">
|
||||
<Content>
|
||||
<Grid item xs={12} md={6}>
|
||||
<MicrosoftCalendar />
|
||||
<MicrosoftCalendarCard />
|
||||
</Grid>
|
||||
</Content>
|
||||
</Page>
|
||||
|
||||
Reference in New Issue
Block a user