funky-framadate-front/src/app/config/mocks/mock-comments.ts

14 lines
417 B
TypeScript

export const mockComments = [
{
name: "Bulbizarre",
date: "23 décembre 2019",
text: "Pokem ipsum dolor sit amet Electric Cottonee Scratch Leech Life Ice Berry Ducklett. Leaf Green Durant Zoroark\n" +
" Skitty Rock Luxio Surskit. Glacier Badge",
},
{
name: "Marylin",
date: "5 Janvier 2020",
text: "j'ai vu de la lumière o_o",
},
];