import React from 'react' import { useDaysOfWeek } from '../hooks' export const DaysOfWeek = () => { const daysOfWeek = useDaysOfWeek() return (