Skip to content

Commit ebe60b7

Browse files
committed
Add missing import in sample code snippet
1 parent 2129e54 commit ebe60b7

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)