Skip to content

Commit 8b07c6b

Browse files
committed
Fix import path
1 parent bd7d3ab commit 8b07c6b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/static/js/update-index.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
import caniuseIndex from "./index/caniuse.js";
2-
import booksIndex from "./index/books.js";
3-
import commandsIndex from "./index/commands.js";
4-
import labelsIndex from "./index/labels.js";
5-
import lintsIndex from "./index/lints.js";
6-
import rfcsIndex from "./index/rfcs.js";
7-
import rustcIndex from "./index/rustc.js";
8-
import targetsIndex from "./index/targets.js";
9-
import { mapping, crateIndex } from "./crates/index.js";
1+
import caniuseIndex from "../index/caniuse.js";
2+
import booksIndex from "../index/books.js";
3+
import commandsIndex from "../index/commands.js";
4+
import labelsIndex from "../index/labels.js";
5+
import lintsIndex from "../index/lints.js";
6+
import rfcsIndex from "../index/rfcs.js";
7+
import rustcIndex from "../index/rustc.js";
8+
import targetsIndex from "../index/targets.js";
9+
import { mapping, crateIndex } from "../crates/index.js";
1010

1111
const indexList = document.querySelector(".index-list");
1212

0 commit comments

Comments
 (0)