Skip to content

Commit

Permalink
Add import path for uniqueId helper (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig authored Sep 27, 2024
1 parent a59c13a commit 67975a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ helpers, modifiers and components are available for import:
* `fn` (`import { fn } from '@ember/helper';`)
* `get` (`import { get } from '@ember/helper';`)
* `hash` (`import { hash } from '@ember/helper';`)
* `unique-id` (`import { uniqueId } from '@ember/helper';`, needs Ember v5.2+)
* `on` (`import { on } from '@ember/modifier';`)
* `Input` (`import { Input } from '@ember/component';`)
* `LinkTo` (`import { LinkTo } from '@ember/routing';`)
Expand Down

0 comments on commit 67975a1

Please sign in to comment.