relationship/src/relationship-mode.js
2023-12-01 17:36:50 +08:00

8 lines
132 B
JavaScript

import guangdong from './locale/guangdong.js';
import north from './locale/north.js';
export default {
guangdong,
north
};