Created
October 30, 2024 13:13
-
-
Save akulsr0/10d5734fb1467694860bc5e9102421fe to your computer and use it in GitHub Desktop.
For demo of nextjs 15 url imports
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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