Skip to content

Commit

Permalink
Fix noop import typo
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesfries committed Sep 23, 2024
1 parent fc8f6e2 commit 6f0b2a8
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 6f0b2a8

Please sign in to comment.