diff options
Diffstat (limited to 'src/routes/products')
-rw-r--r-- | src/routes/products/products.tsx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/routes/products/products.tsx b/src/routes/products/products.tsx new file mode 100644 index 0000000..c17a051 --- /dev/null +++ b/src/routes/products/products.tsx @@ -0,0 +1,9 @@ +export default function Products() { + return( + <> + <p> + Hello! + </p> + </> + ); +}
\ No newline at end of file |