diff options
| -rw-r--r-- | src/app/info/page.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/app/info/page.js b/src/app/info/page.js index e69de29..6353b1a 100644 --- a/src/app/info/page.js +++ b/src/app/info/page.js @@ -0,0 +1,7 @@ +export default function Info() { + return ( + <h2> + Hello + </h2> + ) +}
\ No newline at end of file |