Files
WrenchBoardMainSite2025/app/about-us/page.tsx
T
CHIEFSOFT\ameye f1534c7ddd new pages
2024-07-30 07:00:33 -04:00

9 lines
112 B
TypeScript

import React from 'react'
function page() {
return (
<div>About Us here </div>
)
}
export default page