Skip to content

Commit a731ea5

Browse files
author
Piotr Siatka
committed
Fix automatic build.
1 parent 6598f32 commit a731ea5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/webparts/controlsTest/components/ControlsTest.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ import { SecurityTrimmedControl, PermissionLevel } from '../../../SecurityTrimme
1818
import { SPPermission } from '@microsoft/sp-page-context';
1919
import { PeoplePicker, PrincipalType } from '../../../PeoplePicker';
2020
import { ListItemPicker } from "../../../ListItemPicker";
21-
import { Carousel } from '../../../../lib/controls/carousel';
22-
import { CarouselButtonsLocation, CarouselButtonsDisplay } from '../../../controls/carousel';
21+
import { Carousel, CarouselButtonsLocation, CarouselButtonsDisplay } from '../../../controls/carousel';
2322

2423
/**
2524
* Component that can be used to test out the React controls from this project

0 commit comments

Comments
 (0)