add top layout
All checks were successful
release / release (push) Successful in 36s

This commit is contained in:
2024-06-14 13:30:40 +08:00
parent c575059570
commit 209cd0e208
4 changed files with 24 additions and 5 deletions

4
src/lib/chats.ts Normal file
View File

@@ -0,0 +1,4 @@
import type { Comment } from '@onecomme.com/onesdk/types/Comment';
import { writable } from 'svelte/store';
export const chats = writable<Comment[]>([]);