remove duplicated ext

This commit is contained in:
Kagami Sascha Rosylight 2019-04-07 21:47:41 +09:00
parent 6f4c6ea5f1
commit dfb88031e1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import { pub } from "./pubsubhub.js";
export const biblio = {};
// for backward compatibity
export { wireReference, stringifyReference } from "./render-biblio.js.js";
export { wireReference, stringifyReference } from "./render-biblio.js";
export const name = "core/biblio";