-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathposted.js
More file actions
34 lines (32 loc) · 990 Bytes
/
posted.js
File metadata and controls
34 lines (32 loc) · 990 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
const postData = [
{
title: "myTitle",
content: `
The content within the title
will all go here.? Does it wrap?
does it work properly?
is it funcitoning.? oh ok ehre we go
more and more problems.. How does the
writing change once in grids?
and there's more lettering..
hmm interesting. dfasfdjhkf
dkjalsfdjlaskdfjl
dlafksjl;kdfjl;sadkjfl;k
The content within the title
will all go here.? Does it wrap?
does it work properly?
is it funcitoning.? oh ok ehre we go
more and more problems.. How does the
writing change once in grids?
and there's more lettering..
hmm interesting. dfasfdjhkf
dkjalsfdjlaskdfjl
dlafksjl;kdfjl;sadkjfl;k
`,
userName: "Johnny",
userEmail: "email@blue.com",
website: "www.warroom.com",
file: ["viralload.js"],
}
];
export default postData