summaryrefslogtreecommitdiff
path: root/app/root.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/root.tsx')
-rw-r--r--app/root.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/root.tsx b/app/root.tsx
index 26bfb48..242ffe2 100644
--- a/app/root.tsx
+++ b/app/root.tsx
@@ -51,6 +51,7 @@ export default function App() {
<Link to="/" className="logo">whois.band</Link>
<Link to="/bands/new">+ Band</Link>
<Link to="/artists/new">+ Artist</Link>
+ <Link to="/lists">Lists</Link>
</div>
</nav>
<Outlet />