Skip to content

Instantly share code, notes, and snippets.

View abhilashlr's full-sized avatar
😀

abhilashlr abhilashlr

😀
View GitHub Profile
import Controller from '@ember/controller';
export default class ApplicationController extends Controller {
appName = 'Ember Twiddle';
}