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) { diff --git a/webapp/components/HeaderMenu/HeaderMenu.vue b/webapp/components/HeaderMenu/HeaderMenu.vue index 9db597e03..7f24eeb81 100644 --- a/webapp/components/HeaderMenu/HeaderMenu.vue +++ b/webapp/components/HeaderMenu/HeaderMenu.vue @@ -94,7 +94,7 @@