diff --git a/web/src/pages/api/index.astro b/web/src/pages/api/index.astro new file mode 100644 index 0000000..29ec5ce --- /dev/null +++ b/web/src/pages/api/index.astro @@ -0,0 +1,34 @@ +--- +import Layout from '@layouts/Layout.astro'; +import Buton from '@components/form/Button.astro'; + +import MainCard from '@components/scafold/MainCard.astro'; + +--- + + + + +
+
+ +
+ + + +