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