feat(screens): implement bookmark and profile screens

This commit is contained in:
shafin-r
2025-07-15 21:20:26 +06:00
parent 71eeafdaee
commit aa7bc67dc9
6 changed files with 323 additions and 26 deletions

View File

@ -1,7 +0,0 @@
import React from "react";
const page = () => {
return <div>page</div>;
};
export default page;