We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2129e54 commit ebe60b7Copy full SHA for ebe60b7
tutorial/05-add-ms-graph.md
@@ -24,7 +24,7 @@ In this exercise you will incorporate the Microsoft Graph into the application.
24
import React from 'react';
25
import { NavLink as RouterNavLink } from 'react-router-dom';
26
import { Table } from 'reactstrap';
27
- import moment from 'moment-timezone';
+ import moment, { Moment } from 'moment-timezone';
28
import { findOneIana } from "windows-iana";
29
import { Event } from 'microsoft-graph';
30
import { config } from './Config';
0 commit comments