feat: remove from subdir

This commit is contained in:
2023-07-27 15:53:03 +02:00
parent 866a521508
commit 1917fc7d8f
8 changed files with 14 additions and 15 deletions

View File

@ -1,7 +1,6 @@
import { Handlers, PageProps } from "$fresh/server.ts";
import { RecipeCard } from "@components/RecipeCard.tsx";
import { MainLayout } from "@components/layouts/main.tsx";
import type { Document } from "@lib/documents.ts";
import { Recipe } from "@lib/recipes.ts";
import { getRecipes } from "../api/recipes/index.ts";