relationship/src/relationship-mode.js
2022-10-17 22:49:32 +08:00

8 lines
126 B
JavaScript

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