Fix build errors

This commit is contained in:
Darren Clarke 2024-04-21 20:47:55 +02:00
parent f93c4ad317
commit e720336768
22 changed files with 91 additions and 96 deletions

View file

@ -40,7 +40,5 @@ export default function Page() {
},
];
return (
<List title="Voice bots" entity="users" rows={rows} columns={columns} />
);
return <List title="Voice bots" rows={rows} columns={columns} />;
}