Files
fe-accone/libs/vendor/xlsprse/index.php

12 lines
270 B
PHP

<!DOCTYPE html>
<html lang="en">
<script type="module">
import XlsCsvParser from './components/XlsCsvParser.vue';
import ColumnChooser from './components/ColumnChooser.vue';
export default XlsCsvParser;
export { XlsCsvParser, ColumnChooser };
</script>
</body>
</html>