diff --git a/src/pages/categories.astro b/src/pages/categories.astro new file mode 100644 index 0000000..bff9fbb --- /dev/null +++ b/src/pages/categories.astro @@ -0,0 +1,76 @@ +--- +// Component Script: +// You can write any JavaScript/TypeScript that you'd like here. +// It will run during the build, but never in the browser. +// All variables are available to use in the HTML template below. + +// Full Astro Component Syntax: +// https://docs.astro.build/core-concepts/astro-components/ + +import { DoesItAPI } from '~/helpers/api/client.js' + +import Layout from '../layouts/default.astro' + +const kindIndex = await DoesItAPI.kind.index.get() + +const kinds = Object.values( kindIndex ) +--- + + +
+
+

+ Categories +

+ +
+ + + + + +
+
+ + + +