Skip to content

Commit 6d15cb6

Browse files
committed
Merge branch 'preview/1.4.0.1' of https://github.com/microsoftgraph/microsoft-graph-toolkit into preview/1.4.0.1
2 parents 317db4c + 97f93fe commit 6d15cb6

File tree

7 files changed

+1898
-0
lines changed

7 files changed

+1898
-0
lines changed

packages/mgt/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@
3939
<mgt-tasks data-source="todo"></mgt-tasks>
4040
<mgt-agenda group-by-day></mgt-agenda>
4141
<mgt-people show-presence></mgt-people>
42+
<mgt-todo></mgt-todo>
4243
</body>
4344
</html>

packages/mgt/src/components/components.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import './mgt-person-card/mgt-person-card';
1414
import './mgt-person/mgt-person';
1515
import './mgt-tasks/mgt-tasks';
1616
import './mgt-teams-channel-picker/mgt-teams-channel-picker';
17+
import './mgt-todo/mgt-todo';
1718

1819
export * from './mgt-agenda/mgt-agenda';
1920
export * from './mgt-get/mgt-get';
@@ -24,5 +25,6 @@ export * from './mgt-person-card/mgt-person-card';
2425
export * from './mgt-person/mgt-person';
2526
export * from './mgt-tasks/mgt-tasks';
2627
export * from './mgt-teams-channel-picker/mgt-teams-channel-picker';
28+
export * from './mgt-todo/mgt-todo';
2729

2830
export { ComponentMediaQuery } from './baseComponent';

0 commit comments

Comments
 (0)