CarRental/store/modules/index.js

8 lines
54 B
JavaScript
Raw Normal View History

2024-05-08 23:18:30 +08:00
import app from "./app";
export default {
app
};