wip gitignore

This commit is contained in:
simplonco
2023-01-12 00:50:55 +01:00
parent c737435579
commit b27e9b1cc9

View File

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