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
@@ -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
|
||||
|
Reference in New Issue
Block a user