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

4 lines
60 B
TypeScript
Raw Normal View History

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