File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 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" ;
10
10
11
11
const indexList = document . querySelector ( ".index-list" ) ;
12
12
You can’t perform that action at this time.
0 commit comments