Fix: Added few missing imports (#2401)

This commit is contained in:
Mohit Chandel 2024-02-23 17:54:55 +05:30 committed by GitHub
parent e6f36281cb
commit dc9362f959
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ const AcmeLogo = `export const AcmeLogo = () => (
</svg>
);`;
const App = `import {Navbar, NavbarBrand, NavbarContent, NavbarItem, Link, Button} from "@nextui-org/react";
const App = `import {Navbar, NavbarBrand, NavbarContent, NavbarItem, NavbarMenuToggle, NavbarMenu, NavbarMenuItem, Link, Button} from "@nextui-org/react";
import {AcmeLogo} from "./AcmeLogo.jsx";
export default function App() {