fix import order

This commit is contained in:
Gigiaj 2025-04-16 20:45:33 -05:00
parent 28f5d8afe8
commit 0b6a7c752d

View file

@ -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 = {