Skip to content

Commit

Permalink
add change
Browse files Browse the repository at this point in the history
  • Loading branch information
mfal committed Jan 9, 2025
1 parent 64bd5bb commit 9ef251e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function generateRemoteElementFile(c: ComponentDoc) {
export function generateRemoteElementIndexFile(
componentSpecifications: ComponentDoc[],
) {
let indexFile = "";
let indexFile = " ";

componentSpecifications.map((component) => {
indexFile += `export * from "./${remoteComponentNameOf(component)}";`;
Expand Down

0 comments on commit 9ef251e

Please sign in to comment.