diff --git a/app/routes/data._index.tsx b/app/routes/data._index.tsx new file mode 100644 index 0000000..64064d6 --- /dev/null +++ b/app/routes/data._index.tsx @@ -0,0 +1,14 @@ +import { Link } from '@remix-run/react' + +export default function () { + return ( +
+

Instrument Data

+
+ + New Data Gathering Session + +
+
+ ) +}