glhcp/business/store/modules/index.js

5 lines
53 B
JavaScript
Raw Normal View History

2023-08-10 06:59:52 +00:00
import app from "./app";
export default {
app
};