chore(xo-server/recover-account): remove unused import

Introduced by 254558e9d
This commit is contained in:
Julien Fontanet 2021-05-19 17:28:41 +02:00
parent ca26b4b30d
commit c5e6b5ec7a

View File

@ -1,6 +1,5 @@
import appConf from 'app-conf'
import pw from 'pw'
import { join as joinPath } from 'path'
import Xo from './xo.mjs'
import { generateToken } from './utils.mjs'