mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
7 lines
180 B
JavaScript
7 lines
180 B
JavaScript
import metadata from './metadata.js'
|
|
const { name, short_name, description, theme_color } = metadata
|
|
export default {
|
|
name, short_name, description, theme_color,
|
|
lang: 'en',
|
|
}
|