mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-17 14:56:03 +01:00
wip
This commit is contained in:
13
frontend/src/components/homeFeatures.component.ts
Normal file
13
frontend/src/components/homeFeatures.component.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Component } from '@angular/core'
|
||||
|
||||
@Component({
|
||||
selector: 'home-features',
|
||||
templateUrl: './homeFeatures.component.pug',
|
||||
styleUrls: ['./homeFeatures.component.scss'],
|
||||
})
|
||||
export class HomeFeaturesComponent {
|
||||
screenshots = {
|
||||
progress: require('../assets/screenshots/progress.png'),
|
||||
zmodem: require('../assets/screenshots/zmodem.png'),
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user