Skip to content

Commit

Permalink
fix: 🐛 remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
matteoscurati committed Sep 4, 2024
1 parent fce3436 commit 2a74b2c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React, { useContext } from 'react';
import type { FC } from 'react';
import type { Notification } from '../../../../app/scripts/controllers/metamask-notifications/types/types';
import { TRIGGER_TYPES } from '../../../../app/scripts/controllers/metamask-notifications/constants/notification-schema';
import { NotificationServicesController } from '@metamask/notification-services-controller';
import { MetaMetricsContext } from '../../../contexts/metametrics';
import {
MetaMetricsEventCategory,
Expand Down

0 comments on commit 2a74b2c

Please sign in to comment.