import React from 'react'; import { DataTable } from 'primereact/datatable'; import { Column } from 'primereact/column'; import { useApiLogStore } from '../services/apiLogStore'; const ApiCalls = () => { const apiLogs = useApiLogStore((state) => state.apiLogs); return (