import { For, Show } from "solid-js"; import { isServer } from "solid-js/web"; import { resumeStore } from "~/stores/resume"; function PreviewPlaceholder() { return (
{resume.summary}
{exp.company || "Company"} {exp.location && ` • ${exp.location}`}
{edu.degree || "Degree"} {edu.field && ` in ${edu.field}`} {edu.gpa && ` • GPA: ${edu.gpa}`}
{project.description}
Tech: {project.technologies.join(", ")}
Start filling in your details
to see the preview