From 53c7ce959b5c72002c5444b7d6e5b458331a4275 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 27 Aug 2024 01:05:43 -0700 Subject: Initial commit --- src/pages/index.astro | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/pages/index.astro (limited to 'src/pages') diff --git a/src/pages/index.astro b/src/pages/index.astro new file mode 100644 index 0000000..a8653b3 --- /dev/null +++ b/src/pages/index.astro @@ -0,0 +1,14 @@ +--- +import Layout from '../layouts/Layout.astro'; +import FFXIVItemPrice from '../components/FFXIVItemPrice'; +import FFXIVWorldSelector from '../components/FFXIVWorldSelector'; +--- + + +

FFXIV-MDX-React-Components

+

FFXIV-MDX-React-Components is a collection of components for Final Fantasy XIV related data. It is built with MDX and React.

+ +
+ +
+ -- cgit v1.2.3