From 93a45bdf648dbbf44f8bf3b53ef913535d9d29a2 Mon Sep 17 00:00:00 2001 From: harshithpabbati Date: Wed, 6 Apr 2022 15:07:13 +0530 Subject: [PATCH] fix lint issue --- custom/fitness-demo/components/App/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/fitness-demo/components/App/App.js b/custom/fitness-demo/components/App/App.js index 4c3170d..8bf5709 100644 --- a/custom/fitness-demo/components/App/App.js +++ b/custom/fitness-demo/components/App/App.js @@ -1,8 +1,8 @@ import React, { useMemo } from 'react'; -import { LiveStreamingProvider } from '@custom/shared/contexts/LiveStreamingProvider'; import { RecordingProvider } from '@custom/recording/contexts/RecordingProvider'; import ExpiryTimer from '@custom/shared/components/ExpiryTimer'; import { useCallState } from '@custom/shared/contexts/CallProvider'; +import { LiveStreamingProvider } from '@custom/shared/contexts/LiveStreamingProvider'; import { useCallUI } from '@custom/shared/hooks/useCallUI'; import PropTypes from 'prop-types';