Skip to content

Commit

Permalink
add main landmark
Browse files Browse the repository at this point in the history
  • Loading branch information
BobanL committed May 14, 2024
1 parent 4e54418 commit 1810436
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion containers/ecr-viewer/src/app/view-data/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,9 @@ export default async function Page({
const fhirBundle = bundle.fhirBundle;
const mappings = bundle.fhirPathMappings;

return <EcrViewer fhirBundle={fhirBundle} mappings={mappings} />;
return (
<main>
<EcrViewer fhirBundle={fhirBundle} mappings={mappings} />
</main>
);
}

0 comments on commit 1810436

Please sign in to comment.