We should add this file to the list of files we export. Currently you need to export the file explicitly like this: ```js import { ImplicitMSALAuthenticationProvider } from "@microsoft/microsoft-graph-client/lib/src/ImplicitMSALAuthenticationProvider"; ``` Ideally we should be able to do ```js import * as MicrosoftGraph from "@microsoft/microsoft-graph-client"; ```