Skip to content

Commit d91b231

Browse files
committed
web: fix web
1 parent dca975a commit d91b231

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/app/(home)/example.gallery.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-disable @next/next/no-img-element */
2+
13
import { useState } from "react";
24
import { AnimateChildren } from "../../../lib/AnimateChildren/src";
35
import { cn } from "lazy-cn";

src/app/docs/ui/Sidebar.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-disable @next/next/no-html-link-for-pages */
2+
13
"use client"
24

35
import { cn } from "lazy-cn"

0 commit comments

Comments
 (0)