import React from 'react' import Link from 'next/link' import { Button } from './button' export const CreateQuestionButton = () => { return ( ) }