fix merge conflicts

Signed-off-by: Billy Stalnaker <bstalnaker@roadie.com>
This commit is contained in:
Billy Stalnaker
2025-04-09 08:36:08 -04:00
parent dcb228384a
commit af4eb27812
2 changed files with 2 additions and 2 deletions
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import React, { createContext, useState useContext, useEffect } from 'react';
import { createContext, useState, useContext, useEffect } from 'react';
import { ErrorPanel, InfoCard, Progress } from '@backstage/core-components';
import { useNotificationsApi } from '../../hooks';
import { NotificationSettings } from '@backstage/plugin-notifications-common';
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import React, { useState } from 'react';
import { useState } from 'react';
import { NotificationSettings } from '@backstage/plugin-notifications-common';
import Table from '@material-ui/core/Table';
import MuiTableCell from '@material-ui/core/TableCell';