feat: page wrapper

This commit is contained in:
karishmas6
2024-07-24 15:54:31 +05:30
parent fb7dedbc0f
commit f313d5dabe

View File

@@ -54,7 +54,7 @@ export const PageWrapper = () => {
<BrowserDimensionsProvider>
<React.Fragment>
<RecordingPage recordingName={recordingName}/>
<InterpretationLog/>
<InterpretationLog/>
</React.Fragment>
</BrowserDimensionsProvider>
)