mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 18:19:40 +00:00
7 lines
150 B
TypeScript
7 lines
150 B
TypeScript
import * as ko from 'knockout';
|
|
|
|
class HomePageViewModel {
|
|
}
|
|
|
|
export default { viewModel: HomePageViewModel, template: require('./home-page.html') };
|