diff options
author | Michael Foiani <sotech117@michaels-mbp-3.devices.brown.edu> | 2022-04-21 12:01:04 -0400 |
---|---|---|
committer | Michael Foiani <sotech117@michaels-mbp-3.devices.brown.edu> | 2022-04-21 12:01:04 -0400 |
commit | fd43ece4b97073b81553b5e8a8394d4404011005 (patch) | |
tree | fe48670d169940dbb965cd0b19d87f8133a9ac54 /src/client/apis/recording/recordingApi.tsx | |
parent | 48f628afe1f814c4e604ec306d721a5afb991c10 (diff) |
Adapting code
Diffstat (limited to 'src/client/apis/recording/recordingApi.tsx')
-rw-r--r-- | src/client/apis/recording/recordingApi.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/apis/recording/recordingApi.tsx b/src/client/apis/recording/recordingApi.tsx index 55714f03b..97d4e2e7e 100644 --- a/src/client/apis/recording/recordingApi.tsx +++ b/src/client/apis/recording/recordingApi.tsx @@ -148,4 +148,6 @@ export function RecordingApi() { }) } + return (<></>) + }
\ No newline at end of file |