feat(client): ts-migrate LearnLayout component (#42644)

* feat(client) Renamed Learn.js to learn.tsx

* feat(client) ts-migrate LearnLayout Component

* rename types for convention

* fix(client) disable ts error for DonationModal usage

- DonationModal migration required typescript to fix error hence disable ts error in LearnLayout component

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
This commit is contained in:
ABHINAV SHARMA
2021-06-29 19:31:22 +05:30
committed by Mrugesh Mohapatra
parent 6b52d6c331
commit de261a2b58
9 changed files with 32 additions and 26 deletions

View File

@@ -7,7 +7,7 @@ import { connect } from 'react-redux';
import { useTranslation } from 'react-i18next';
import { Spacer } from '../components/helpers';
import LearnLayout from '../components/layouts/Learn';
import LearnLayout from '../components/layouts/learn';
import Map from '../components/Map';
import Intro from '../components/Intro';
import {