eight
2024-09-13 cbc43d78e8ed7a2ef786328b0f652569714ed586
1
2
3
4
5
6
import CustomRules from './CustomRules'
 
export default {
  __init__: ['customRules'],
  customRules: ['type', CustomRules]
}