Fix lodash import

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-07-01 10:48:37 +02:00
parent b92a6e5ffc
commit dc0efe9bac
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ import {
REGISTER_PUSH_MUTATION, REGISTER_PUSH_MUTATION,
UNREGISTER_PUSH_MUTATION, UNREGISTER_PUSH_MUTATION,
} from "@/graphql/webPush"; } from "@/graphql/webPush";
import { merge } from "lodash"; import merge from "lodash/merge";
import { WEB_PUSH } from "@/graphql/config"; import { WEB_PUSH } from "@/graphql/config";
type NotificationSubType = { label: string; id: string }; type NotificationSubType = { label: string; id: string };