This commit is contained in:
syuilo 2018-11-02 13:49:09 +09:00
parent 174f8022eb
commit 9b94ddff0a
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
3 changed files with 2 additions and 4 deletions

View file

@ -1,5 +1,5 @@
import $ from 'cafy';
import User, { pack, ILocalUser } from '../../../models/user';
import User, { pack } from '../../../models/user';
import define from '../define';
export const meta = {