We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d4c0f7 commit edb9cefCopy full SHA for edb9cef
app/instrument/page.tsx
@@ -17,7 +17,7 @@ export default function Instrument() {
17
className={`flex min-h-screen bg-white flex-col items-center justify-start ${inter.className}`}
18
>
19
<Suspense>
20
- <GetInstrumentData />;
+ <GetInstrumentData />
21
</Suspense>
22
</main>
23
);
0 commit comments