Skip to content

Instantly share code, notes, and snippets.

@manniru
Created December 26, 2022 11:06
Show Gist options
  • Save manniru/5709fadbcce7628fe207968f667a08ec to your computer and use it in GitHub Desktop.
Save manniru/5709fadbcce7628fe207968f667a08ec to your computer and use it in GitHub Desktop.
export default (req, res) => res.status(200).json({ time: +new Date() })
export default () => <div>{+new Date()}</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment