Skip to content

Commit

Permalink
fix: schema import path
Browse files Browse the repository at this point in the history
  • Loading branch information
SilveerDusk committed May 31, 2024
1 parent ae6617f commit 6e4e28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/lib/edits.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ObjectId } from "mongoose";
import { IBasket } from "../../backend/models/basketSchema";
import { IItem } from "../../backend/models/itemSchema";
import { IUser } from "../../backend/models/userSchema";
import { IGroup } from "backend/models/groupSchema";
import { IGroup } from "../../backend/models/groupSchema";

type updatedGroup = {
groupName: string;
Expand Down

0 comments on commit 6e4e28e

Please sign in to comment.