mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-07 15:50:29 +03:00
fix import order
This commit is contained in:
parent
28f5d8afe8
commit
0b6a7c752d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue