RESTfulMC/Frontend/src/app/config.ts
2024-04-17 19:14:10 -04:00

6 lines
101 B
TypeScript

/**
* The configuration for this app.
*/
import config from "@/configJson";
export default config;