Skip to content

Commit 71a05b0

Browse files
committed
clean up of dead code
1 parent 412c250 commit 71a05b0

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/mgt-components/src/components/mgt-login/mgt-login.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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')
8685
export class MgtLogin extends MgtTemplatedComponent {
8786
/**
8887
* Array of styles to apply to the element. The styles should be defined

samples/sp-mgt/src/webparts/helloWorld/HelloWorldWebPart.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import styles from './HelloWorldWebPart.module.scss';
44

55
import { Providers } from '@microsoft/mgt-element/dist/es6/providers/Providers';
66
import { 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';
97
import { customElementHelper } from '@microsoft/mgt-element/dist/es6/components/customElementHelper';
108

119
export default class HelloWorldWebPart extends BaseClientSideWebPart<{}> {

0 commit comments

Comments
 (0)