mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-22 07:52:43 +00:00
Fix lodash import
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
b92a6e5ffc
commit
dc0efe9bac
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ import {
|
|||
REGISTER_PUSH_MUTATION,
|
||||
UNREGISTER_PUSH_MUTATION,
|
||||
} from "@/graphql/webPush";
|
||||
import { merge } from "lodash";
|
||||
import merge from "lodash/merge";
|
||||
import { WEB_PUSH } from "@/graphql/config";
|
||||
|
||||
type NotificationSubType = { label: string; id: string };
|
||||
|
|
Loading…
Reference in a new issue