mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
feat: implement react-router-dom and add authentication pages for registration, verification, and activation
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export default function Activate() {
|
||||
return (
|
||||
<div>
|
||||
<h1>Activate</h1>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user