remove test component
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
import { Tabs } from "nextra/components";
|
||||
export const MyTab = ({ name, children }) => (
|
||||
<Tabs.Tab>
|
||||
{name} {children}
|
||||
</Tabs.Tab>
|
||||
);
|
||||
Reference in New Issue
Block a user