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:
committed by
Mrugesh Mohapatra
parent
6b52d6c331
commit
de261a2b58
@@ -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 {
|
||||
|
Reference in New Issue
Block a user