Add todoist migrator to the frontend
This commit is contained in:
parent
0c77c591e4
commit
991de38980
7 changed files with 64 additions and 22 deletions
|
|
@ -1,7 +0,0 @@
|
|||
import AbstractMigrationService from './abstractMigrationService'
|
||||
|
||||
export default class WunderlistMigrationService extends AbstractMigrationService {
|
||||
constructor() {
|
||||
super('wunderlist')
|
||||
}
|
||||
}
|
||||
Reference in a new issue