Skip to content

Commit 7e5d2be

Browse files
authored
Merge pull request #279 from Developer-DAO/rm-ethintro-type
remove EthIntro type
2 parents 2d21520 + a8a83b0 commit 7e5d2be

File tree

5 files changed

+3
-11
lines changed

5 files changed

+3
-11
lines changed

src/contexts/AppContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { type Project, type Fundamental, type EthIntro } from "@/interfaces";
1+
import { type Project, type Fundamental } from "@/interfaces";
22
import { createContext, useContext } from "react";
33

44
interface IAppContext {

src/contexts/AppContextProvider.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { AppContext } from "./AppContext";
88
import {
99
type Project,
1010
type Fundamental,
11-
type EthIntro,
1211
type IFormatedLessons,
1312
} from "@/interfaces";
1413
import { useSession } from "next-auth/react";

src/interfaces/index.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,6 @@ export interface Project {
4343
completed?: boolean;
4444
}
4545

46-
export interface EthIntro {
47-
path: string;
48-
frontMatter: ProjectFrontMatter;
49-
slug: string;
50-
completed?: boolean;
51-
}
52-
5346
export interface ProjectFrontMatter {
5447
title: string;
5548
description: string;

src/pages/lessons/fundamentals/eth-intro-part-2.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ import { ContributorFooter } from "../../../components/mdx/ContributorFooter";
273273

274274
<ContributorFooter
275275
authors={["wolovim"]}
276-
reviewers={[]}
276+
reviewers={["piablo"]}
277277
contributors={[]}
278278
/>
279279
</Layout>

src/pages/lessons/fundamentals/eth-intro-part-3.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ import { ContributorFooter } from "../../../components/mdx/ContributorFooter";
183183

184184
<ContributorFooter
185185
authors={["wolovim"]}
186-
reviewers={[]}
186+
reviewers={["piablo"]}
187187
contributors={[]}
188188
/>
189189
</Layout>

0 commit comments

Comments
 (0)