mirror of
https://github.com/hotomoe/hotomoe
synced 2024-12-14 06:38:13 +09:00
6 lines
80 B
TypeScript
6 lines
80 B
TypeScript
import rules from './rules';
|
|
|
|
export default lang => ({
|
|
rules: rules(lang)
|
|
});
|