c6bcf3a1 by McLemore

style(boilerplate/src/index.ts): correct boilerplate/src/index.ts style

1 parent 1a63fb99
...@@ -2,7 +2,7 @@ Component({ ...@@ -2,7 +2,7 @@ Component({
2 properties: { 2 properties: {
3 greeting: { 3 greeting: {
4 type: String, 4 type: String,
5 value: 'Hello World!'
6 }
7 }
8 })
...\ No newline at end of file ...\ No newline at end of file
5 value: 'Hello World!',
6 },
7 },
8 });
......