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

@@ -9,7 +9,7 @@ import { graphql } from 'gatsby';
import type { Dispatch } from 'redux';
// Local Utilities
import LearnLayout from '../../../components/layouts/Learn';
import LearnLayout from '../../../components/layouts/learn';
import {
ChallengeNodeType,
ChallengeMetaType