Create the frontend receipes page to use real API 2

This commit is contained in:
Urtzi Alfaro
2025-09-20 08:24:03 +02:00
parent d18c64ce6e
commit 66ef2121a1
6 changed files with 177 additions and 82 deletions

View File

@@ -0,0 +1,2 @@
export { default as Tabs } from './Tabs';
export type { TabsProps, TabItem } from './Tabs';