MetaPhase-Consulting/State-TalentMAP

View on GitHub
src/Components/CSV/index.js

Summary

Maintainability
A
0 mins
Test Coverage
import Download from './components/Download';
import Link from './components/Link';

export const CSVDownload = Download;
export const CSVLink = Link;