Skip to content

Commit

Permalink
Move interactionmode file to keep root path clean
Browse files Browse the repository at this point in the history
  • Loading branch information
themadcreator committed Nov 10, 2016
1 parent 8984b08 commit 436a49b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/core/src/common/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
export * from "./abstractComponent";
export * from "./colors";
export * from "./intent";
export * from "./interactionMode";
export * from "./position";
export * from "./props";
export * from "./tetherUtils"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export * from "./components";
export { IconClasses } from "./generated/iconClasses";
export { IconContents } from "./generated/iconStrings";

import { InteractionModeEngine } from "./interactionMode";
import { InteractionModeEngine } from "./common/interactionMode";

export const FOCUS_DISABLED_CLASS = "pt-focus-disabled";

Expand Down

1 comment on commit 436a49b

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move interactionmode file to keep root path clean

Preview: docs Coverage: core | datetime

Please sign in to comment.