Add todoist migrator to the frontend

This commit is contained in:
kolaente 2020-05-24 15:31:27 +02:00
parent 0c77c591e4
commit 991de38980
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
7 changed files with 64 additions and 22 deletions

View file

@ -1,7 +0,0 @@
import AbstractMigrationService from './abstractMigrationService'
export default class WunderlistMigrationService extends AbstractMigrationService {
constructor() {
super('wunderlist')
}
}