add ts-nocheck directive to settings-legacy.tsx to suppress TypeScript errors
This commit is contained in:
parent
42a6097293
commit
d4c83c0a08
|
|
@ -1,3 +1,5 @@
|
|||
// @ts-nocheck
|
||||
|
||||
"use client";
|
||||
|
||||
import Image from "next/image";
|
||||
|
|
|
|||
Loading…
Reference in New Issue