Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslombart committed Apr 26, 2024
1 parent 4c9f92a commit 1f89356
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Binary file modified extensions/linear/assets/linear-app-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 1 addition & 6 deletions extensions/linear/src/unread-notifications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@ import {
import { NotificationResult } from "./api/getNotifications";
import { updateNotification } from "./api/updateNotification";
import View from "./components/View";
import {
getNotificationMenuBarIcon,
getNotificationMenuBarTitle,
getNotificationTitle,
getNotificationURL,
} from "./helpers/notifications";
import { getNotificationMenuBarTitle, getNotificationTitle, getNotificationURL } from "./helpers/notifications";
import { getUserIcon } from "./helpers/users";
import useNotifications from "./hooks/useNotifications";

Expand Down

0 comments on commit 1f89356

Please sign in to comment.