1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-04-23 11:52:59 +02:00

11 lines
143 B
JavaScript
Raw Normal View History

2017-06-24 19:06:28 +01:00
import { BaseModel } from 'lib/base-model.js';
2017-05-07 23:20:34 +01:00
class Session extends BaseModel {
static login(email, password) {
}
}
export { Session };