mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
8 lines
113 B
JavaScript
8 lines
113 B
JavaScript
const narrator = {
|
|
id: 'id-of-peter-pan',
|
|
name: "Peter Pan",
|
|
slug: "peter-pan",
|
|
}
|
|
|
|
export default narrator
|