diff options
Diffstat (limited to 'examples/react-file-system-router/pages/two.tsx')
-rw-r--r-- | examples/react-file-system-router/pages/two.tsx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/react-file-system-router/pages/two.tsx b/examples/react-file-system-router/pages/two.tsx new file mode 100644 index 000000000..09be9fa5c --- /dev/null +++ b/examples/react-file-system-router/pages/two.tsx @@ -0,0 +1,12 @@ +// reachable from http://localhost:3000/two + +export default () => ( + <html> + <head> + <title>two</title> + </head> + <body> + <p>two</p> + </body> + </html> +)
\ No newline at end of file |