feat/build-branch #4

Open
Mitchell wants to merge 12 commits from feat/build-branch into main
Showing only changes of commit 258f80a156 - Show all commits

View File

@ -12,8 +12,8 @@ export default async function BackOfficeUsersPage() {
}
return (
<div>
<>
<Users users={users} />
</div>
</>
);
}