Add more options for featured adventures

This commit is contained in:
Sean Morley
2024-05-26 20:07:23 +00:00
parent 10bd897a55
commit 8888650c56
4 changed files with 111 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
import { db } from "$lib/db/db.server";
import { adventureTable, featuredAdventures } from "$lib/db/schema";
import { adventureTable } from "$lib/db/schema";
import type { Adventure } from "$lib/utils/types";
import { eq } from "drizzle-orm";