diff --git a/app/routes/ffxiv.extended-history.tsx b/app/routes/ffxiv.extended-history.tsx new file mode 100644 index 00000000..1f7cd3fe --- /dev/null +++ b/app/routes/ffxiv.extended-history.tsx @@ -0,0 +1,14 @@ +const Foobar = () => { + return ( +
+
+

Foobar

+

+ Foobar +

+
+
+ ) +} + +export default Foobar