Skip to content

Commit

Permalink
create extended-history file
Browse files Browse the repository at this point in the history
  • Loading branch information
cohenaj194 committed Jul 7, 2024
1 parent d098fb3 commit 1db6374
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/routes/ffxiv.extended-history.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
const Foobar = () => {
return (
<div className={`m-12`}>
<main className="flex-1">
<h2 className={`text-2xl`}>Foobar</h2>
<p className={`text-prose`}>
Foobar
</p>
</main>
</div>
)
}

export default Foobar

0 comments on commit 1db6374

Please sign in to comment.