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 -1
View File
@@ -1,4 +1,4 @@
import { User } from "../models/user.model";
import User from '../models/user.model';
export default class LoginResponse {
constructor(public jwtToken: string, public userDetails: User) {}