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:
Ismail Tlemcani
2021-11-10 09:29:19 +01:00
committed by GitHub
parent 26319e0094
commit 8d6d210d82
2 changed files with 16 additions and 19 deletions

View File

@@ -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';