8000 FMT · coder/coder@6126db6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6126db6

Browse files
committed
FMT
1 parent da3372d commit 6126db6

File tree

1 file changed

+1
-1
lines changed

site/src/modules/notifications/NotificationsInbox/InboxButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { Button, type ButtonProps } from "components/Button/Button";
22
import { BellIcon } from "lucide-react";
33
import { forwardRef } from "react";
4-
import { UnreadBadge } from "./UnreadBadge";
54
import { cn } from " 4D06 ;utils/cn";
5+
import { UnreadBadge } from "./UnreadBadge";
66

77
type InboxButtonProps = {
88
unreadCount: number;

0 commit comments

Comments
 (0)
0