mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-01 16:29:56 +09:00
Refactoring
This commit is contained in:
5
webpack/module/index.ts
Normal file
5
webpack/module/index.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import rules from './rules';
|
||||
|
||||
export default (lang, locale) => ({
|
||||
rules: rules(lang, locale)
|
||||
});
|
Reference in New Issue
Block a user