diff --git a/package.json b/package.json index 8799b4be1ab11..6711586c79c71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "office-ui-fabric-react", - "version": "0.36.1", + "version": "0.36.2", "description": "Reusable React components for building experiences for Office 365.", "main": "lib/index.js", "typings": "lib/index.d.ts", diff --git a/src/components/DetailsList/DetailsList.tsx b/src/components/DetailsList/DetailsList.tsx index c60e249dac448..54c980f5b4c0a 100644 --- a/src/components/DetailsList/DetailsList.tsx +++ b/src/components/DetailsList/DetailsList.tsx @@ -11,8 +11,8 @@ import { import { DetailsHeader } from '../DetailsList/DetailsHeader'; import { DetailsRow } from '../DetailsList/DetailsRow'; import { FocusZone, FocusZoneDirection } from '../../FocusZone'; -import { GroupedList } from '../GroupedList'; -import { List } from '../List'; +import { GroupedList } from '../../GroupedList'; +import { List } from '../../List'; import { withViewport } from '../../utilities/decorators/withViewport'; import { assign } from '../../utilities/object'; import { css } from '../../utilities/css';