Skip to content

Commit ab1df77

Browse files
authored
Document the import path for the built-in uniqueId helper (#2128)
1 parent 42f91f3 commit ab1df77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

guides/release/components/template-tag-format.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ import { concat } from '@ember/helper';
174174
import { fn } from '@ember/helper';
175175
import { get } from '@ember/helper';
176176
import { hash } from '@ember/helper';
177+
import { uniqueId } from '@ember/helper';
177178

178179
// Built-in modifiers
179180
import { on } from '@ember/modifier';

0 commit comments

Comments
 (0)