diff options
Diffstat (limited to 'app/root.tsx')
| -rw-r--r-- | app/root.tsx | 1 |
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 /> |
