Skip to content

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
  • Loading branch information
UpperCod committed Nov 21, 2019
1 parent f86981a commit 5010545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmark/fiber.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
useState,
useEffect,
useMemo
} from "../core.js";
} from "https://unpkg.com/atomico";

let targetSize = 25;

Expand Down
2 changes: 1 addition & 1 deletion benchmark/use-effect-microtask.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
useState,
useEffect,
useMemo
} from "../core.js";
} from "https://unpkg.com/atomico";

function CustomElement() {
let [state, setState] = useState(0);
Expand Down

0 comments on commit 5010545

Please sign in to comment.