feature(ui) - path fix

This commit is contained in:
Shekar Siri 2021-07-05 19:58:57 +05:30
parent eef908648b
commit 9c39011ffd
3 changed files with 4 additions and 6 deletions

View file

@ -1,8 +1,6 @@
import React, { useState, useEffect, FC } from 'react'
import React, { useState, FC } from 'react'
import VideoContainer from '../components/VideoContainer'
import { Icon, Popup } from 'UI'
import stl from './chatWindow.css'
import { callPeer } from 'App/player'
import cn from 'classnames'
export interface Props {

View file

@ -3,10 +3,10 @@ import { Popup, Icon } from 'UI'
import { connect } from 'react-redux'
import cn from 'classnames'
import { toggleChatWindow } from 'Duck/sessions';
import stl from './AassistActions.css'
// import stl from './AassistActions.css'
import { connectPlayer } from 'Player/store';
import ChatWindow from '../../ChatWindow';
import { callPeer } from 'App/player'
import { callPeer } from 'Player'
import { CallingState } from 'Player/MessageDistributor/managers/AssistManager';
interface Props {

View file

@ -14,7 +14,7 @@
"incremental": true,
"baseUrl": ".",
"paths": { // TODO: one-source truth
"Appo": ["./app"],
"App": ["./app"],
"Types": ["./app/types" ],
"Types/*": ["./app/types/*"], // Sublime hack
"UI": ["./app/components/ui"],