diff --git a/src/components/Globe/index.tsx b/src/components/Globe/index.tsx index a84fd8e..b9af8c0 100644 --- a/src/components/Globe/index.tsx +++ b/src/components/Globe/index.tsx @@ -1,3 +1,5 @@ +/* eslint-disable @typescript-eslint/ban-ts-comment */ +// @ts-nocheck /* eslint-disable @typescript-eslint/no-unused-vars */ /* eslint-disable @typescript-eslint/no-explicit-any */ import { useEffect, useRef, useState } from "react";