feature(ui) - path fix
This commit is contained in:
parent
eef908648b
commit
9c39011ffd
3 changed files with 4 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue