chore: add nocheck

This commit is contained in:
2025-10-01 17:29:42 +02:00
parent 175a26630a
commit 31ef1c56be
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
// @ts-nocheck
import React from "react"
import { Star } from "lucide-react"

View File

@@ -1,3 +1,5 @@
// @ts-nocheck
"use client"
import * as React from "react"