Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 6afb6c6

Browse files
committed
Rename to router
1 parent 48f6a03 commit 6afb6c6

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

Diff for: runtime/src/app/app.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
init,
66
load_current_page,
77
select_target
8-
} from './start';
8+
} from './router';
99
import {
1010
DOMComponentLoader,
1111
DOMComponentModule,

Diff for: runtime/src/app/goto/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { cid, history, navigate, select_target } from '../start';
1+
import { cid, history, navigate, select_target } from '../router';
22

33
export default function goto(
44
href: string,

Diff for: runtime/src/app/prefetch/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { prefetching, set_prefetching, hydrate_target } from '../app';
2-
import { select_target } from '../start';
2+
import { select_target } from '../router';
33

44
export default function prefetch(href: string) {
55
const target = select_target(new URL(href, document.baseURI));
File renamed without changes.

0 commit comments

Comments
 (0)