Skip to content

Commit 89034b5

Browse files
MarkPieszakSteveSandersonMS
authored andcommitted
Change to mix import/require style
1 parent 9e714b6 commit 89034b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎templates/KnockoutSpa/ClientApp/router.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import*askofrom'knockout';
2-
varcrossroads=require('crossroads');
2+
importcrossroads= require('crossroads');
33

44
// This module configures crossroads.js, a routing library. If you prefer, you
55
// can use any other routing library (or none at all) as Knockout is designed to

0 commit comments

Comments
(0)