Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Commit

Permalink
Fix target behavior import (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenvergenz committed Jul 15, 2020
1 parent 4f2771c commit 9239c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sdk/src/actor/behaviors/targetBehavior.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ import {
ActionState,
BehaviorType,
DiscreteAction,
User
User,
Vector3Like
} from '../..';
// break import cycle
import { Behavior } from './behavior';
import { Vector3Like } from '@microsoft/mixed-reality-extension-common/src';

/**
* Interface that represents a point in space as a local space point and an app space point.
Expand Down

0 comments on commit 9239c6a

Please sign in to comment.