mirror of
https://github.com/wassname/template.git
synced 2026-08-09 12:30:48 +08:00
Design changes
This commit is contained in:
+2
-1
@@ -27,9 +27,10 @@ const components = [
|
||||
/* Distill website specific components */
|
||||
import { DistillHeader } from './distill-components/distill-header';
|
||||
import { DistillAppendix } from './distill-components/distill-appendix';
|
||||
import { DistillFooter } from './distill-components/distill-footer';
|
||||
|
||||
const distillComponents = [
|
||||
DistillHeader, DistillAppendix,
|
||||
DistillHeader, DistillAppendix, DistillFooter,
|
||||
];
|
||||
|
||||
function defineComponents() {
|
||||
|
||||
Reference in New Issue
Block a user