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