diff --git a/examples/catalog/components/home/Nav.tsx b/examples/catalog/components/home/Nav.tsx index ddaf3ca6..534eab7b 100644 --- a/examples/catalog/components/home/Nav.tsx +++ b/examples/catalog/components/home/Nav.tsx @@ -1,4 +1,4 @@ -import { Nav } from 'portal'; +import Template from './NavTemplate'; const NavBar: React.FC = () => { const navMenu = [ @@ -8,7 +8,7 @@ const NavBar: React.FC = () => { { title: 'GitHub', path: 'https://github.com/datopian/portal.js' }, ]; - return