feat: some profile page upgrades

This commit is contained in:
2025-04-03 11:11:30 +03:00
parent cd618e4d1d
commit cbb28fac6f
4 changed files with 45 additions and 29 deletions

View File

@@ -1,13 +0,0 @@
import { FunctionComponent } from "preact";
import Menu from "./menu";
const Layout: FunctionComponent = (props) => {
return (
<div class="flex min-w-screen flex-row justify-between">
{props.children}
<Menu />
</div>
);
};
export default Layout;