frontend/src/services/migrator/wunderlist.js

8 lines
194 B
JavaScript

import AbstractMigrationService from './abstractMigrationService'
export default class WunderlistMigrationService extends AbstractMigrationService {
constructor() {
super('wunderlist')
}
}