Skip to content

Commit 3ce94b1

Browse files
committed
Add frontend change
1 parent 65a095c commit 3ce94b1

File tree

1 file changed

+1
-1
lines changed
  • packages/boxel-motion/test-app/app/controllers

1 file changed

+1
-1
lines changed

packages/boxel-motion/test-app/app/controllers/list.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let quickSpring = new SpringBehavior({
1919
});
2020

2121
export default class List extends Controller {
22-
@tracked list1 = ['Michael', 'Ed', 'Luke', 'Nick'].sort();
22+
@tracked list1 = ['Michael!', 'Ed', 'Luke', 'Nick'].sort();
2323
@tracked list2 = ['Chris', 'Alex'].sort();
2424

2525
@action

0 commit comments

Comments
 (0)