Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zamoore committed Nov 20, 2024
1 parent d15a1b0 commit 6aae2e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions showcase/app/controllers/components/code-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
*/

import Controller from '@ember/controller';
import { tracked } from '@glimmer/tracking';

export default class CodeEditorController extends Controller {
demoCode = `console.log('Hello, world!');`;
Expand Down Expand Up @@ -46,7 +45,6 @@ greet();`
code: `SELECT 'Hello, world!';
SELECT 'Welcome to SQL!';
SELECT 'Enjoy coding!';`
}
},
];

}

0 comments on commit 6aae2e5

Please sign in to comment.