Added Types to actions.js and reformat

Added Types to actions.js and reformat

Readded csp.ts

Signed-off-by: Yannick Bungers <git@innay.de>
Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
Yannick Bungers 2020-04-11 16:08:40 +02:00 committed by David Mehren
parent 8b9c639e89
commit dd4ea6f488
No known key found for this signature in database
GPG key ID: 6017AF117F9756CB
3 changed files with 6 additions and 9 deletions

View file

@ -1,3 +1,4 @@
'use strict'
import { config } from './config'
import { Note, User } from './models'