Files
cstb-next/src/app/(main)/gear/page.tsx

4 lines
61 B
TypeScript
Raw Normal View History

2024-09-20 23:15:42 +08:00
export default function Page() {
return <div>Gear</div>;
}