Skip to content

Commit 6aae2e5

Browse files
committed
cleanup
1 parent d15a1b0 commit 6aae2e5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

showcase/app/controllers/components/code-editor.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
*/
55

66
import Controller from '@ember/controller';
7-
import { tracked } from '@glimmer/tracking';
87

98
export default class CodeEditorController extends Controller {
109
demoCode = `console.log('Hello, world!');`;
@@ -46,7 +45,6 @@ greet();`
4645
code: `SELECT 'Hello, world!';
4746
SELECT 'Welcome to SQL!';
4847
SELECT 'Enjoy coding!';`
49-
}
48+
},
5049
];
51-
5250
}

0 commit comments

Comments
 (0)