fix unresolved import

This commit is contained in:
Joseph J Helfenbein
2025-01-25 03:28:48 -05:00
parent 33a630031d
commit f93e9669e1

View File

@@ -1,4 +1,4 @@
import mongoose, { Schema, model, models } from "mongoose";
import { Schema, model, models } from "mongoose";
const UserSchema = new Schema(
{