mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-03 14:59:18 +02:00
Fix eslint errors
This commit is contained in:
parent
c99bfd07b7
commit
a435650c3b
31 changed files with 1077 additions and 1102 deletions
12
src/index.js
12
src/index.js
|
@ -1,9 +1,9 @@
|
|||
import Book from './book';
|
||||
import EpubCFI from './epubcfi';
|
||||
import Rendition from './rendition';
|
||||
import Contents from './contents';
|
||||
import Layout from './layout';
|
||||
import ePub from './epub';
|
||||
import Book from "./book";
|
||||
import EpubCFI from "./epubcfi";
|
||||
import Rendition from "./rendition";
|
||||
import Contents from "./contents";
|
||||
import Layout from "./layout";
|
||||
import ePub from "./epub";
|
||||
|
||||
export default ePub;
|
||||
export {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue