diff --git a/__fixtures__/test-project/web/src/layouts/BlogLayout/BlogLayout.tsx b/__fixtures__/test-project/web/src/layouts/BlogLayout/BlogLayout.tsx index 7236aa4b1f07..7d05fe986014 100644 --- a/__fixtures__/test-project/web/src/layouts/BlogLayout/BlogLayout.tsx +++ b/__fixtures__/test-project/web/src/layouts/BlogLayout/BlogLayout.tsx @@ -2,7 +2,7 @@ type BlogLayoutProps = { children?: React.ReactNode } -import { Link, routes } from '@redwoodjs/router' +import { Link, NavLink, routes } from '@redwoodjs/router' import { useAuth } from 'src/auth' @@ -23,48 +23,53 @@ const BlogLayout = ({ children }: BlogLayoutProps) => {