mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 18:19:40 +00:00
6 lines
113 B
TypeScript
6 lines
113 B
TypeScript
import 'bootstrap';
|
|
import './css/site.css';
|
|
|
|
// Replace with your TypeScript code
|
|
console.log('Hello, world!');
|