Skip to content

Commit

Permalink
What happens if I comment it out?
Browse files Browse the repository at this point in the history
  • Loading branch information
Dfinity-Bjoern committed Oct 27, 2023
1 parent 58f00db commit 918aaea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ declare module "@site/.docusaurus/roadmap-data/default/roadmap-data.json" {
export default data;
}

declare module "@site/.docusaurus/what-is-the-ic-data/default/what-is-the-ic.json" {
/*declare module "@site/.docusaurus/what-is-the-ic-data/default/what-is-the-ic.json" {
import { WhatIsIcpTopic } from "./src/components/HowItWorksPage/WhatIsIcpData";
const data: WhatIsIcpTopic[];
export default data;
}
}*/

declare module "@site/.docusaurus/home-showcase/default/home-showcase.json" {
import { ShowcaseProject } from "./src/components/ShowcasePage/ShowcaseProject";
Expand Down

0 comments on commit 918aaea

Please sign in to comment.