home
%%{init: {'securityLevel': 'loose', 'theme':'base'}}%%
classDiagram
direction TB
class chat-util { <<hello >>}
class chat-ws { <<hello >>}
class chat { <<hello >>}
chat-ws ..>chat-util
chat ..>chat-util
link chat-util "modules/F000001/index.html" "This is a tooltip for chat/util"
link chat-ws "modules/F000002/index.html" "This is a tooltip for chat-ws"
link chat "modules/F000003/index.html" "This is a tooltip for chat"