forked from github/cinny
fix import order
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import React, { ReactNode, useMemo } from 'react';
|
import React, { ReactNode, useMemo } from 'react';
|
||||||
import { Box } from 'folds';
|
import { Box } from 'folds';
|
||||||
import { useCallState } from './CallProvider';
|
|
||||||
import { useParams } from 'react-router-dom';
|
import { useParams } from 'react-router-dom';
|
||||||
|
import { useCallState } from './CallProvider';
|
||||||
import { PersistentCallContainer } from '../call/PersistentCallContainer';
|
import { PersistentCallContainer } from '../call/PersistentCallContainer';
|
||||||
|
|
||||||
type ClientLayoutProps = {
|
type ClientLayoutProps = {
|
||||||
|
|||||||
Reference in New Issue
Block a user