Welcome to mirror list, hosted at ThFree Co, Russian Federation.

csv_viewer.js « blob « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 64d3ba0b39086dac19d3cb1c721497faf599e3ec (plain)
1
2
3
import renderCSV from './csv';

export default renderCSV;