Skip to content

Commit f26b4b4

Browse files
committed
fix: Make it so that the exercise contains assignment
1 parent e91dab9 commit f26b4b4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

apps/tutorial/public/docs/6-component-patterns/8-arg-components/answer.gjs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Renders: 🐹 + 🧑‍💻 = 🧡
2+
13
import { hash } from '@ember/helper';
24

35
const Hamster = <template>

apps/tutorial/public/docs/6-component-patterns/8-arg-components/prompt.gjs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Renders: 🐹 + 🧑‍💻 = 🧡
2+
13
import { hash } from '@ember/helper';
24

35
const Hamster = <template>

0 commit comments

Comments
 (0)