wip gitignore

This commit is contained in:
simplonco
2023-01-12 00:49:41 +01:00
parent 8cc7d30a1a
commit c737435579
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
import { msgs, user, layout, socket, current_room_name } from './Store_chat';
import type { Room } from './Interface_chat';
export async function get_room_messages()
{
console.log("in get_room_messages");