Skip to content

Commit

Permalink
Clean import
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriksen-mark committed Jun 21, 2024
1 parent 6bb0ec0 commit 1bb83a0
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/components/NotificationCenter/NotificationCenter.jsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
import { FaBell } from "react-icons/fa";
import { useState, useEffect } from "react";
import "./notificationCenter.scss";
import Wizard from "../Wizard/Wizard";
import GenericButton from "../GenericButton/GenericButton";

import axios from "axios";
import { toast } from "react-hot-toast";
import { Tooltip } from "@mui/material";
import axios from "axios";
import { FaBell } from "react-icons/fa";

import Wizard from "../Wizard/Wizard";
import GenericButton from "../GenericButton/GenericButton";

import "./notificationCenter.scss";


const NotificationCenter = ({HOST_IP, API_KEY, updating, notifications }) => {
Expand Down

0 comments on commit 1bb83a0

Please sign in to comment.