mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
8 lines
100 B
TypeScript
8 lines
100 B
TypeScript
export default function Activate() {
|
|
return (
|
|
<div>
|
|
<h1>Activate</h1>
|
|
</div>
|
|
);
|
|
}
|