From 0e634dc9c4bdccfd81932539ac1be68c3f08a71b Mon Sep 17 00:00:00 2001 From: petkir Date: Tue, 30 Jun 2020 19:52:18 +0200 Subject: [PATCH] Reference to index.ts not to file --- .../kanbanBoard/components/PropertyPaneBucketConfig.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/react-kanban-board/src/webparts/kanbanBoard/components/PropertyPaneBucketConfig.tsx b/samples/react-kanban-board/src/webparts/kanbanBoard/components/PropertyPaneBucketConfig.tsx index 4803b1ed1..29e5fde84 100644 --- a/samples/react-kanban-board/src/webparts/kanbanBoard/components/PropertyPaneBucketConfig.tsx +++ b/samples/react-kanban-board/src/webparts/kanbanBoard/components/PropertyPaneBucketConfig.tsx @@ -5,7 +5,7 @@ import { PropertyPaneFieldType } from '@microsoft/sp-property-pane'; -import KanbanBucketConfigurator, { IKanbanBucketConfiguratorProps } from '../../../kanban/KanbanBucketConfigurator'; +import {KanbanBucketConfigurator, IKanbanBucketConfiguratorProps } from '../../../kanban'; import { IKanbanBucket } from '../../../kanban/IKanbanBucket'; export interface IPropertyPaneBucketConfig {