auditforge / frontend /src /routes /data /ImportExport.tsx
Kaballas's picture
initialize project structure with essential configurations and components
56b6519
raw
history blame contribute delete
80 Bytes
export const ImportExport: React.FC = () => {
return <>Import / Export</>;
};