feat(client): ts-migration for the Mobile Layout component (#44082)
* chore: rename the file MobileLayout.js to tsx * refactor: refactor the file MobileLayout to TS Co-authored-by: IsmailTlemcani <ismail.tlemcani@gmail.com>
This commit is contained in:
@@ -44,9 +44,9 @@ import {
|
||||
updateChallengeMeta
|
||||
} from '../redux';
|
||||
import { getGuideUrl } from '../utils';
|
||||
import MobileLayout from './MobileLayout';
|
||||
import MultifileEditor from './MultifileEditor';
|
||||
import DesktopLayout from './desktop-layout';
|
||||
import MobileLayout from './mobile-layout';
|
||||
|
||||
import './classic.css';
|
||||
import '../components/test-frame.css';
|
||||
|
Reference in New Issue
Block a user