feat: show rating

This commit is contained in:
2023-07-30 19:40:39 +02:00
parent c7279105ca
commit 0632ae05c1
12 changed files with 172 additions and 88 deletions

View File

@@ -12,6 +12,7 @@ import * as $6 from "./routes/index.tsx";
import * as $7 from "./routes/recipes/[name].tsx";
import * as $8 from "./routes/recipes/index.tsx";
import * as $$0 from "./islands/Counter.tsx";
import * as $$1 from "./islands/IngredientsList.tsx";
const manifest = {
routes: {
@@ -27,6 +28,7 @@ const manifest = {
},
islands: {
"./islands/Counter.tsx": $$0,
"./islands/IngredientsList.tsx": $$1,
},
baseUrl: import.meta.url,
};