We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b103b81 commit 5f5021bCopy full SHA for 5f5021b
components/Navigation.tsx
@@ -10,6 +10,10 @@
10
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
11
*/
12
13
+// Hacky workaround to fix `Type error: Could not find a declaration file for module 'headroom.js'.`
14
+// eslint-disable-next-line @typescript-eslint/ban-ts-comment
15
+// @ts-nocheck
16
+
17
import React, { useEffect, useState } from "react";
18
import Image from "next/legacy/image";
19
import Link from "next/link";
0 commit comments