feat: remove skill section

This commit is contained in:
afiqzudinhadi 2025-06-07 00:05:23 +08:00
parent ba2c4c2932
commit 9629bd30d5
3 changed files with 0 additions and 57 deletions

View file

@ -40,7 +40,6 @@ export function Layout({ children }: { children: React.ReactNode }) {
<Links />
</head>
<body>
<h1>Hello world!</h1>
{children}
<ScrollRestoration />
<Scripts />