chore: remove sample data
This commit is contained in:
parent
30beeb9e65
commit
69c516ad47
|
@ -1,43 +0,0 @@
|
|||
// temporary type
|
||||
export type ReferenceType = {
|
||||
text: string
|
||||
link: string
|
||||
}
|
||||
|
||||
// temporary data
|
||||
export const references: ReferenceType[] = [
|
||||
{
|
||||
text: 'Szto, Courtney, and Brian Wilson. "Reduce, re-use, re-ride: Bike waste and moving towards a circular economy for sporting goods." International Review for the Sociology of Sport (2022): 10126902221138033',
|
||||
link: 'https://acid.info/',
|
||||
},
|
||||
{
|
||||
text: 'ohnson, Rebecca, Alice Kodama, and Regina Willensky. "The complete impact of bicycle use: analyzing the environmental impact and initiative of the bicycle industry." (2014).',
|
||||
link: 'https://acid.info/',
|
||||
},
|
||||
]
|
||||
|
||||
export const moreFromAuthor = [
|
||||
{
|
||||
title: 'How to Build a Practical Household Bike Generator',
|
||||
author: 'Jason Freeman',
|
||||
date: new Date(),
|
||||
},
|
||||
{
|
||||
title: 'Preventing an Orwellian Future with Privacy-Enhancing Technology',
|
||||
author: 'Jason Freeman',
|
||||
date: new Date(),
|
||||
},
|
||||
]
|
||||
|
||||
export const relatedArticles = [
|
||||
{
|
||||
title: 'How to Build a Practical Household Bike Generator',
|
||||
author: 'Jason Freeman',
|
||||
date: new Date(),
|
||||
},
|
||||
{
|
||||
title: 'Preventing an Orwellian Future with Privacy-Enhancing Technology',
|
||||
author: 'Jason Freeman',
|
||||
date: new Date(),
|
||||
},
|
||||
]
|
Loading…
Reference in New Issue