8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3d756 commit 3dbc188Copy full SHA for 3dbc188
site/src/modules/notifications/NotificationsInbox/InboxItem.tsx
@@ -3,10 +3,10 @@ import { Avatar } from "components/Avatar/Avatar";
3
import { Button } from "components/Button/Button";
4
import { SquareCheckBig } from "lucide-react";
5
import type { FC } from "react";
6
-import { Link as RouterLink } from "react-router-dom";
7
-import { relativeTime } from "utils/time";
8
import Markdown from "react-markdown";
+import { Link as RouterLink } from "react-router-dom";
9
import { cn } from "utils/cn";
+import { relativeTime } from "utils/time";
10
11
type InboxItemProps = {
12
notification: InboxNotification;
0 commit comments