forked from tykayn/funky-framadate-front
9 lines
302 B
TypeScript
9 lines
302 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",
|
||
|
}
|
||
|
];
|