37 lines
504 B
JavaScript
37 lines
504 B
JavaScript
export const DBWinLoss = [
|
|
{
|
|
title: 'Victory',
|
|
score: '10 - 6',
|
|
opponent: 'chef bandit'
|
|
},
|
|
{
|
|
title: 'Defeat',
|
|
score: '9 - 10',
|
|
opponent: 'ex tueur'
|
|
},
|
|
{
|
|
title: 'Victory',
|
|
score: '10 - 0',
|
|
opponent: 'tueur'
|
|
},
|
|
{
|
|
title: 'Victory',
|
|
score: '10 - 9',
|
|
opponent: 'boulanger'
|
|
},
|
|
{
|
|
title: 'Defeat',
|
|
score: '3 - 10',
|
|
opponent: 'charcutier'
|
|
},
|
|
{
|
|
title: 'Deafet',
|
|
score: '9 - 10',
|
|
opponent: 'preach'
|
|
},
|
|
{
|
|
title: 'Victory',
|
|
score: '10 - 9',
|
|
opponent: 'aba'
|
|
},
|
|
] |