Skip to content

Instantly share code, notes, and snippets.

@akulsr0
Created October 30, 2024 13:13
Show Gist options
  • Save akulsr0/10d5734fb1467694860bc5e9102421fe to your computer and use it in GitHub Desktop.
Save akulsr0/10d5734fb1467694860bc5e9102421fe to your computer and use it in GitHub Desktop.
For demo of nextjs 15 url imports
export const DEMO_CONSTANT = 'I am demo'
export const sum = (a, b) => a + b;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment