Added more options to the User List

This commit is contained in:
Tiago Ribeiro
2023-09-26 13:23:53 +01:00
parent b0a11a5f8d
commit 733138f2be
6 changed files with 122 additions and 18 deletions

View File

@@ -63,7 +63,7 @@ export default function Admin() {
<CodeGenerator />
</section>
<section className="w-full">
<Lists />
<Lists user={user} />
</section>
</Layout>
)}