File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
packages/mgt-components/src/components/mgt-login
samples/sp-mgt/src/webparts/helloWorld Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ type PersonViewConfig = {
8282 * @cssprop --add-account-button-color - {Color} Color for the text and icon of the add account button
8383 */
8484@customElement ( 'login' )
85- // @customElement ('mgt-login')
8685export class MgtLogin extends MgtTemplatedComponent {
8786 /**
8887 * Array of styles to apply to the element. The styles should be defined
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ import styles from './HelloWorldWebPart.module.scss';
44
55import { Providers } from '@microsoft/mgt-element/dist/es6/providers/Providers' ;
66import { SharePointProvider } from '@microsoft/mgt-sharepoint-provider/dist/es6/SharePointProvider' ;
7- import { PersonCardInteraction } from '@microsoft/mgt-components/dist/es6/components/PersonCardInteraction' ;
8- import { PersonViewType } from '@microsoft/mgt-components/dist/es6/components/mgt-person/mgt-person-types' ;
97import { customElementHelper } from '@microsoft/mgt-element/dist/es6/components/customElementHelper' ;
108
119export default class HelloWorldWebPart extends BaseClientSideWebPart < { } > {
You can’t perform that action at this time.
0 commit comments