chore: remove sample data

This commit is contained in:
Hossein Mehrabi 2023-08-31 04:45:26 +03:30
parent 30beeb9e65
commit 69c516ad47
No known key found for this signature in database
GPG Key ID: 45C04964191AFAA1
1 changed files with 0 additions and 43 deletions

View File

@ -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(),
},
]