Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use example-data package and fix other example imports #10280

Merged
merged 14 commits into from
Aug 29, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix SelectedItemsList export structure and example imports
  • Loading branch information
ecraig12345 committed Aug 27, 2019
commit 513eb86daedd64cc3f02eca7f514a48df351795f
1 change: 1 addition & 0 deletions packages/experiments/src/SelectedItemsList.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './components/SelectedItemsList/index';
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export * from './CopyableItem';
export * from './EditableItem';
export * from './ItemTrigger.types';
export * from './ItemWithContextMenu';
export * from './TriggerOnContextMenu';
export * from './subcomponents/DefaultEditingItem';

This file was deleted.

Loading