mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-03 10:16:10 +02: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