mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
5 lines
98 B
TypeScript
5 lines
98 B
TypeScript
import { HelloWorld } from './HelloWorld';
|
|
import './styles/main.less';
|
|
|
|
new HelloWorld().doIt();
|