source: pages/forge/+Page.tsx@ ad311c3

main
Last change on this file since ad311c3 was 1bf6e1f, checked in by Mihail <mihail2.naumov@…>, 7 months ago

Implemented part of the frontend (index, user, completedBuilds).

  • Property mode set to 100644
File size: 90 bytes
Line 
1export default function ForgePage(){
2 return (
3 <h1>Test Forge Page</h1>
4 )
5}
Note: See TracBrowser for help on using the repository browser.