import { backgroundImage } from "./background-image.tsx"; import { blackAndWhite } from "./black-and-white.tsx"; import { brandedLogo } from "./branded-logo.tsx"; import { customProperty } from "./custom-property.tsx"; import { gradients } from "./gradients.tsx"; import { podcast } from "./podcast.tsx"; import { rauchg } from "./rauchg.tsx"; import { simpleBlog } from "./simple-blog.tsx"; import { tailwind } from "./tailwind.tsx"; import { vercel } from "./vercel.tsx"; import { waveSvg } from "./wave-svg.tsx"; export const presets = { blackAndWhite, gradients, rauchg, tailwind, vercel, brandedLogo, backgroundImage, podcast, simpleBlog, waveSvg, customProperty, };