Files
2025-05-02 14:41:47 +08:00

8 lines
85 B
JavaScript

import app from "./app";
import city from "./city";
export default {
app,
city
};