copy base dmenu to dkala

This commit is contained in:
hamid zarghami
2026-02-07 15:31:22 +03:30
commit c9e37f6177
521 changed files with 57786 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
import Link from 'next/link'
export default function Home () {
return (
<div>
<Link href={'/auth'}>Auth</Link>
<br />
<Link href={'/zhivan'}>Menu</Link>
<br />
<Link href={'/'}>Index</Link>
<br />
</div>
)
}