fix: compose

This commit is contained in:
cha0s 2021-01-05 15:44:20 -06:00
parent fc56ad8871
commit bd68bc1445
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
import {compose, Property} from '@avocado/core';
import {Property} from '@avocado/core';
import {compose} from '@latus/core';
import Shape from './shape';

View File

@ -1,5 +1,5 @@
import {compose} from '@avocado/core';
import {Vector} from '@avocado/math';
import {compose} from '@latus/core';
import PolygonShape from './polygon';