CallPreview2 -> CallPreview

This commit is contained in:
Travis Ralston 2020-07-17 15:56:07 -06:00
parent 7f5c501b2b
commit 76902a752f
2 changed files with 2 additions and 4 deletions

View File

@ -16,7 +16,7 @@ limitations under the License.
import React from 'react'; import React from 'react';
import IncomingCallBox2 from './IncomingCallBox2'; import IncomingCallBox2 from './IncomingCallBox2';
import CallPreview from './CallPreview2'; import CallPreview from './CallPreview';
import * as VectorConferenceHandler from '../../../VectorConferenceHandler'; import * as VectorConferenceHandler from '../../../VectorConferenceHandler';
interface IProps { interface IProps {

View File

@ -15,8 +15,6 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
// TODO: Rename on launch: https://github.com/vector-im/riot-web/issues/14231
import React from 'react'; import React from 'react';
import CallView from "./CallView"; import CallView from "./CallView";