// module export export default { project: 'Basic', hello: 'Hello', today: new Date().toDateString(), now: new Date().toTimeString(), }