export default function PatternDetailLoading() { return (
{[1, 2, 3].map((i) => (
))}
); }