Skip to content

Commit 8a7f47d

Browse files
committed
Remove not needed import.
1 parent 8c223ae commit 8a7f47d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/Notification.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { ReactElement, useEffect, useState } from "react";
1+
import React, { useEffect, useState } from "react";
22

33
import '../assets/css/NotificationCenter.scss'
44
import { Translation } from "./localization";

0 commit comments

Comments
 (0)