37 lines
503 B
JavaScript
37 lines
503 B
JavaScript
export const DBWinLoss = [
|
|
{
|
|
title: 'Victory',
|
|
score: '10 - 6',
|
|
openent: 'kinou'
|
|
},
|
|
{
|
|
title: 'Defeat',
|
|
score: '9 - 10',
|
|
openent: 'Flatman'
|
|
},
|
|
{
|
|
title: 'Victory',
|
|
score: '10 - 0',
|
|
openent: 'fuck dat'
|
|
},
|
|
{
|
|
title: 'Victory',
|
|
score: '10 - 9',
|
|
openent: 'Eren jeager'
|
|
},
|
|
{
|
|
title: 'Defeat',
|
|
score: '3 - 10',
|
|
openent: 'justin'
|
|
},
|
|
{
|
|
title: 'Defeat',
|
|
score: '9 - 10',
|
|
openent: 'blabla car'
|
|
},
|
|
{
|
|
title: 'Victory',
|
|
score: '10 - 9',
|
|
openent: 'jean-marie',
|
|
},
|
|
] |