Skip to content

Commit

Permalink
Merge pull request #28 from charlesfries/fix
Browse files Browse the repository at this point in the history
Fix `noop` import typo
  • Loading branch information
NullVoxPopuli authored Sep 23, 2024
2 parents fc8f6e2 + 6f0b2a8 commit 5719e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ember-composable-helpers/src/template-registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import type KeysHelper from './helpers/keys';
import type MapByHelper from './helpers/map-by';
import type MapHelper from './helpers/map';
import type NextHelper from './helpers/next';
import type NoopHelper from './helpers/next';
import type NoopHelper from './helpers/noop';
import type ObjectAtHelper from './helpers/object-at';
import type OptionalHelper from './helpers/optional';
import type PickHelper from './helpers/pick';
Expand Down

0 comments on commit 5719e94

Please sign in to comment.