Add minor changes

This commit is contained in:
Schmelczer András 2020-01-02 15:37:34 +01:00
parent 7f18e75647
commit 41d4665e49
14 changed files with 37 additions and 29 deletions

View file

@ -1,5 +1,5 @@
import { url } from "./misc";
import { Content, Image, Video } from "./content";
import { Anchor, Content, Image, Video } from "./content";
export interface Portfolio {
config: Config;
@ -25,7 +25,7 @@ export interface TimelineElement {
figure: Image | Video;
description: string;
more?: Content;
link?: url;
link?: Anchor;
}
export interface Footer {