We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d89668 commit d449ccdCopy full SHA for d449ccd
src/components/App.js
@@ -7,6 +7,7 @@ export default function App() {
7
return (
8
<FhirClientProvider>
9
<Summary />
10
+ {/* add other components as needed */}
11
</FhirClientProvider>
12
);
13
}
0 commit comments