fix unresolved import
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import mongoose, { Schema, model, models } from "mongoose";
|
||||
import { Schema, model, models } from "mongoose";
|
||||
|
||||
const UserSchema = new Schema(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user