diff --git a/bob_party/src/constUser.ts b/bob_party/src/constUser.ts index a78e513..59fe1a9 100644 --- a/bob_party/src/constUser.ts +++ b/bob_party/src/constUser.ts @@ -1,7 +1,7 @@ import { Message } from "./core/message" import { Conversation } from "./core/conversation" import tabSkinApp from './constSkin' -import { User } from "./core/user"; +import { User } from "./core/User/user"; import tabConv from "./constCov";