diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-06-28 20:48:28 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-06-28 20:48:28 +0200 |
| commit | 4aaea8a6fe04b98d2ec67ca49c4c1655e58f2b60 (patch) | |
| tree | 8243dcf3822c2724b55003e4ce4df2c5062c83b1 /animism-align/frontend/types.js | |
| parent | 2b347f0bd515e7a3d7918c61dc3b8a0c1be99c2c (diff) | |
adding canvas, drawing tick timestamps based on zoom
Diffstat (limited to 'animism-align/frontend/types.js')
| -rw-r--r-- | animism-align/frontend/types.js | 2 |
1 files changed, 2 insertions, 0 deletions
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', [ ]) |
