mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
Fix: Added few missing imports (#2401)
This commit is contained in:
parent
e6f36281cb
commit
dc9362f959
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user