diff --git a/heat-stack/app/routes/_heat+/index.tsx b/heat-stack/app/routes/_heat+/index.tsx
index af1bab5d..542edb75 100644
--- a/heat-stack/app/routes/_heat+/index.tsx
+++ b/heat-stack/app/routes/_heat+/index.tsx
@@ -1,3 +1,6 @@
+import React from 'react'
+import { Link } from 'react-router-dom'
+
export default function Home() {
return (
@@ -8,11 +11,42 @@ export default function Home() {
Some paths with placeholder pages are:
- - /heatloadanalysis - see an example heat load analysis
- - /cases - see a list of cases
- - /single - view as a single page app
- - /inputs1, /inputs2, /inputs3 - individual input screens
- - /epicstack - information about the Epic Stack
+ -
+
+ /single
+
+ - view all screens on a single page
+
+ -
+
+ /inputs1
+
+ - view input screen 1 - Home Information
+
+ -
+
+ /inputs2
+
+ - view input screen 2 - Existing Heating System
+
+ -
+
+ /inputs3
+
+ - view screen 3 - Summary of Heating Use
+
+ -
+
+ /heatloadanalysis
+
+ - view heat load analysis only
+
+ -
+
+ /cases
+
+ - view a list of cases
+
)