mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-26 22:43:06 -04:00
7 lines
147 B
TypeScript
7 lines
147 B
TypeScript
import config from '../data/config.suml';
|
|
import type { Config } from '../locale/config.ts';
|
|
|
|
export default (): Config => {
|
|
return config;
|
|
};
|