mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 20:37:22 +00:00
11 lines
266 B
JavaScript
11 lines
266 B
JavaScript
export const feed = [[
|
|
'2021-10-02',
|
|
'https://oddsquat.org/1',
|
|
'Second Item Title',
|
|
'Use this for the content. It can include html.'
|
|
], [
|
|
'2021-10-01',
|
|
'https://oddsquat.org/2',
|
|
'First Item Title',
|
|
'Use this for the content. It can include html.'
|
|
]]
|