diff --git a/src/layouts/API.astro b/src/layouts/API.astro new file mode 100644 index 0000000..02994df --- /dev/null +++ b/src/layouts/API.astro @@ -0,0 +1,58 @@ +--- +// Properties +const { Title, Description } = Astro.props + +// Components +import Head from '@components/global/Head.astro' + +// Styles +import '@styles/index.scss' +import '@styles/mobile.scss' +--- + + +
+
+
+ +
+ + \ No newline at end of file