remove test component

This commit is contained in:
mfahampshire
2024-10-15 12:59:59 +02:00
parent 4a57986412
commit 951a7652c0
-6
View File
@@ -1,6 +0,0 @@
import { Tabs } from "nextra/components";
export const MyTab = ({ name, children }) => (
<Tabs.Tab>
{name} {children}
</Tabs.Tab>
);