Skip to content

Commit

Permalink
fix types (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
krisantuswanandi authored Sep 21, 2024
1 parent d25d53b commit d858b09
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ registerApplication({

// registerApplication({
// name: "@<%- orgName %>/navbar",
// app: () => System.import("@<%- orgName %>/navbar"),
// activeWhen: ["/"]
// app: () =>
// System.import<% if (typescript) {%><LifeCycles><% } %>(
// "@<%- orgName %>/navbar"
// ),
// activeWhen: ["/"],
// });

start({
Expand Down

0 comments on commit d858b09

Please # to comment.