diff --git a/backend/src/db/seed.js b/backend/src/db/seed.js index dd8bb59cb..8339e48a8 100644 --- a/backend/src/db/seed.js +++ b/backend/src/db/seed.js @@ -9,9 +9,9 @@ import { createGroupMutation, joinGroupMutation, changeGroupMemberRoleMutation, -} from './graphql/groups' -import { createPostMutation } from './graphql/posts' -import { createCommentMutation } from './graphql/comments' +} from '../graphql/groups' +import { createPostMutation } from '../graphql/posts' +import { createCommentMutation } from '../graphql/comments' import { categories } from '../constants/categories' if (CONFIG.PRODUCTION && !CONFIG.PRODUCTION_DB_CLEAN_ALLOW) {