Skip to content

Commit 8705eb9

Browse files
authored
Merge pull request #56 from microsoftgraph/patch-55
Add missing import in sample code snippet
2 parents 2129e54 + ebe60b7 commit 8705eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/05-add-ms-graph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In this exercise you will incorporate the Microsoft Graph into the application.
2424
import React from 'react';
2525
import { NavLink as RouterNavLink } from 'react-router-dom';
2626
import { Table } from 'reactstrap';
27-
import moment from 'moment-timezone';
27+
import moment, { Moment } from 'moment-timezone';
2828
import { findOneIana } from "windows-iana";
2929
import { Event } from 'microsoft-graph';
3030
import { config } from './Config';

0 commit comments

Comments
 (0)