more junk from core

This commit is contained in:
talksik
2022-06-10 05:33:31 -05:00
parent 445d1ef522
commit fb597b8c31
10 changed files with 13 additions and 65 deletions
@@ -1,4 +1,4 @@
import { User } from "@nirvana/core/models";
import User from '../models/user.model';
export default class UserDetailsResponse {
constructor(public user: User) {}