checkpoint

This commit is contained in:
Shan Carter
2017-10-05 16:45:58 -07:00
parent a1be3babff
commit c011e67c96
9 changed files with 59 additions and 57 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ import { Code } from './components/d-code';
import { Footnote } from './components/d-footnote';
import { FootnoteList } from './components/d-footnote-list';
import { FrontMatter } from './components/d-front-matter';
import { Headline } from './components/d-headline';
import { Title } from './components/d-title';
import { DMath } from './components/d-math';
import { References } from './components/d-references';
import { TOC } from './components/d-toc';
@@ -22,7 +22,7 @@ import { Figure } from './components/d-figure';
const components = [
Abstract, Appendix, Article, Bibliography, Byline, Cite, CitationList, Code,
Footnote, FootnoteList, FrontMatter, Headline, DMath, References, TOC, Figure,
Footnote, FootnoteList, FrontMatter, Title, DMath, References, TOC, Figure,
];
/* Distill website specific components */