Skip to content

Commit

Permalink
avoid circular import
Browse files Browse the repository at this point in the history
  • Loading branch information
ro0gr committed Oct 1, 2023
1 parent 8895ea4 commit 092a732
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 092a732

Please sign in to comment.