Skip to content

Commit

Permalink
Fix import of decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
aedart committed Feb 7, 2024
1 parent f2944c0 commit 212965d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/support/src/mixins/mix.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { MixinFunction } from "@aedart/contracts/support/mixins";
import { PrepareMixin } from './mixins';
import { PrepareMixin } from './decorators';

/**
* Mix target class with one or more Abstract subclasses ("Mixins")
Expand Down

0 comments on commit 212965d

Please sign in to comment.