add ts-nocheck directive to settings-legacy.tsx to suppress TypeScript errors

This commit is contained in:
Maze Winther 2026-02-22 17:24:08 +01:00
parent 42a6097293
commit d4c83c0a08
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// @ts-nocheck
"use client";
import Image from "next/image";