5 lines
55 B
JavaScript
Executable file
5 lines
55 B
JavaScript
Executable file
import now from './now.js';
|
|
|
|
export default {
|
|
now
|
|
};
|