Skip to content

Commit

Permalink
CB-5124 removes WebSiteLinks from coreWebsiteManifest
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyteleshev committed Jun 28, 2024
1 parent e7c190a commit b69632a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/packages/core-website/src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ export const coreWebsiteManifest: PluginManifest = {
name: 'Core Website',
},

providers: [() => import('./WebsiteLinks').then(m => m.WebsiteLinks)],
providers: [],
};

0 comments on commit b69632a

Please sign in to comment.