wasm-tools-mj

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

page.tsx (102B)


      1 
      2 export default function Password() {
      3 	return (
      4 		<main>
      5 			<h1>This is Password</h1>
      6 		</main>
      7 	);
      8 }