Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pcfreak30 committed Feb 10, 2025
1 parent 35b4083 commit 2be2e5f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions libs/portal-framework-plugin-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,16 @@ export default function (): Plugin {
async initialize(_framework: Framework) {
console.log("Plugin Core initialized");
},
routes: [
{
component: "Home",
},
],
widgetRegistrations: [
{
area: "header",
componentName: "Header",
},
],
} satisfies Plugin;
}

0 comments on commit 2be2e5f

Please sign in to comment.