0.0.0.5
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
"use client"
|
||||
|
||||
export function ActivityLogTest() {
|
||||
console.log("ActivityLogTest: 组件被渲染")
|
||||
|
||||
return (
|
||||
<div className="p-4 border-2 border-red-500 rounded">
|
||||
<h3 className="text-lg font-bold">测试组件</h3>
|
||||
<p>如果你能看到这个,说明组件渲染正常</p>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user