Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
adding missed file
Browse files Browse the repository at this point in the history
  • Loading branch information
Courey committed Aug 11, 2023
1 parent e752429 commit 2cd7922
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/routes/data._index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import { Link } from '@remix-run/react'

export default function () {
return (
<div>
<h1>Instrument Data</h1>
<div>
<Link to="/data/new" className="usa-button">
New Data Gathering Session
</Link>
</div>
</div>
)
}

0 comments on commit 2cd7922

Please sign in to comment.