mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-14 04:54:16 +00:00
6 lines
111 B
JavaScript
Executable File
6 lines
111 B
JavaScript
Executable File
import { default as dbAdmin } from "./dbAdmin"
|
|
|
|
// set here the setup functions
|
|
export default [
|
|
dbAdmin,
|
|
] |