mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-11-17 17:56:30 +01:00
11 lines
216 B
TypeScript
11 lines
216 B
TypeScript
import i18n from './i18n';
|
|
import themeColor from './theme-color';
|
|
import tag from './tag';
|
|
import stylus from './stylus';
|
|
|
|
export default (lang, locale) => [
|
|
i18n(lang, locale),
|
|
themeColor(),
|
|
tag(),
|
|
stylus()
|
|
];
|