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() {
)