mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
9 lines
157 B
JavaScript
9 lines
157 B
JavaScript
const narrator = {
|
|
id: 'id-of-peter-pan',
|
|
name: "Peter Pan",
|
|
slug: "peter-pan",
|
|
termsAndConditionsAgreedVersion: '0.0.4',
|
|
}
|
|
|
|
export default narrator
|