From 4aaea8a6fe04b98d2ec67ca49c4c1655e58f2b60 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 28 Jun 2020 20:48:28 +0200 Subject: adding canvas, drawing tick timestamps based on zoom --- animism-align/frontend/types.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'animism-align/frontend/types.js') diff --git a/animism-align/frontend/types.js b/animism-align/frontend/types.js index c14a8b1..337f711 100644 --- a/animism-align/frontend/types.js +++ b/animism-align/frontend/types.js @@ -5,6 +5,8 @@ export const api = crud_type('api', []) export const upload = crud_type('upload', []) export const peaks = crud_type('peaks', []) export const text = crud_type('text', []) +export const timestamp = crud_type('timestamp', []) +export const paragraph = crud_type('paragraph', []) export const site = with_type('site', [ ]) -- cgit v1.2.3-70-g09d2