This commit is contained in:
Schmelczer András 2019-12-23 16:59:13 +01:00
parent c2dbf995cc
commit dbb48fbde6
29 changed files with 146 additions and 94 deletions

View file

@ -1,6 +0,0 @@
import { html } from "../../model/misc";
import "./timeline.scss";
export const generate = (): html => `
<main id="timeline"></main>
`;