aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/announcements/index.js
diff options
context:
space:
mode:
authorLibravatar Markandan R <rmarkandan@yahoo.com>2021-06-13 19:57:23 +0530
committerLibravatar GitHub <noreply@github.com>2021-06-13 19:57:23 +0530
commitd7b2ea8ce137afe0540307e59a3f13c658df8a0b (patch)
tree9980e9de0c0dd9bf97242061fff6f1163ad69dc0 /src/features/announcements/index.js
parentPass --publish never for PR builds (#1521) (diff)
downloadferdium-app-d7b2ea8ce137afe0540307e59a3f13c658df8a0b.tar.gz
ferdium-app-d7b2ea8ce137afe0540307e59a3f13c658df8a0b.tar.zst
ferdium-app-d7b2ea8ce137afe0540307e59a3f13c658df8a0b.zip
Removed the cyclical dependency in workspaces and announcement (Partial fix for: #1519) (#1522)
Diffstat (limited to 'src/features/announcements/index.js')
-rw-r--r--src/features/announcements/index.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/features/announcements/index.js b/src/features/announcements/index.js
index 10f081bb1..369ded1b2 100644
--- a/src/features/announcements/index.js
+++ b/src/features/announcements/index.js
@@ -7,9 +7,6 @@ export const GA_CATEGORY_ANNOUNCEMENTS = 'Announcements';
7 7
8export const announcementsStore = new AnnouncementsStore(); 8export const announcementsStore = new AnnouncementsStore();
9 9
10export const ANNOUNCEMENTS_ROUTES = {
11 TARGET: '/announcements/:id',
12};
13 10
14export default function initAnnouncements(stores, actions) { 11export default function initAnnouncements(stores, actions) {
15 const { features } = stores; 12 const { features } = stores;