1
0

Add todoist migrator to the frontend

This commit is contained in:
kolaente
2020-05-24 15:31:27 +02:00
parent 0c77c591e4
commit 991de38980
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')
}
}