1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-05 00:27:25 +00:00

Add missing import

This commit is contained in:
downtownallday 2021-04-10 10:09:05 -04:00
parent 2ec25b75c1
commit f80978b6d8

View File

@ -1,3 +1,6 @@
import { AuthenticationError } from './exceptions.js';
export class Me { export class Me {
/* construct with return value from GET /me */ /* construct with return value from GET /me */
constructor(me) { constructor(me) {