1
2
3
4
5
import { commentsDB } from "https://esm.town/v/vez/commentsDB";
export function getComments() {
return commentsDB;
}