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