6 lines
70 B
JavaScript
6 lines
70 B
JavaScript
import readCard from './readCard';
|
|
|
|
module.exports = {
|
|
readCard,
|
|
};
|