Skip to content

Commit

Permalink
Move interactionmode file to keep root path clean (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
themadcreator authored and giladgray committed Nov 10, 2016
1 parent 410f8dc commit 18a5e73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
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 18a5e73

@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 (#69)

Preview: docs Coverage: core | datetime

Please sign in to comment.