import mongoose from "mongoose"; import config from "../config/config"; export default{ connect:async() => { } }