From ecac35c4bd15925b682279931d4a141833f09872 Mon Sep 17 00:00:00 2001 From: Korbs Date: Thu, 11 Jul 2024 15:25:05 -0400 Subject: [PATCH] Update API layout --- src/layouts/API.astro | 58 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 src/layouts/API.astro 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