Kaballas's picture
initialize project structure with essential configurations and components
56b6519
raw
history blame contribute delete
85 Bytes
export const AuditsList = () => {
return <div className="p-4">AuditsList</div>;
};