We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca975a commit d91b231Copy full SHA for d91b231
src/app/(home)/example.gallery.tsx
@@ -1,3 +1,5 @@
1
+/* eslint-disable @next/next/no-img-element */
2
+
3
import { useState } from "react";
4
import { AnimateChildren } from "../../../lib/AnimateChildren/src";
5
import { cn } from "lazy-cn";
src/app/docs/ui/Sidebar.tsx
+/* eslint-disable @next/next/no-html-link-for-pages */
"use client"
import { cn } from "lazy-cn"
0 commit comments