```js component X{} let x = 100 ``` ```js X.Meta = { get sourceFileName(){ return 'Index.lv' }, get module(){ return '...' } } let x = 100 // move to new line ```