Skip to content

Commit

Permalink
Merge pull request #622 from ro0gr/avoid-circular-import
Browse files Browse the repository at this point in the history
avoid circular import
  • Loading branch information
ro0gr authored Oct 2, 2023
2 parents 32fef48 + 092a732 commit cd28086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/src/macros/alias.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getter } from './index';
import { getter } from './getter';
import { throwBetterError } from '../-private/better-errors';
import { chainable } from '../-private/chainable';

Expand Down

0 comments on commit cd28086

Please sign in to comment.