Files
labelmain/app/component/table/base/page.tsx
2026-02-03 18:05:47 +08:00

6 lines
104 B
TypeScript

"use client"
export default function ComponentTableBasePage() {
return <>ComponentTableBasePage</>
}