Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Bug(KnockoutSpa): Router TS issue #267

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/KnockoutSpa/ClientApp/router.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as ko from 'knockout';
import * as crossroads from 'crossroads';
import crossroads = require('crossroads');

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