import React from 'react'; import { Card, CardBody, CardHeader } from '@dailyjs/shared/components/Card'; export const NotConfigured = () => ( Environmental variables not set

Please ensure you have set both the DAILY_API_KEY and{' '} DAILY_DOMAIN environmental variables. An example can be found in the provided env.example file.

If you do not yet have a Daily developer account, please{' '} create one now . You can find your Daily API key on the{' '} developer page {' '} of the dashboard.

); export default NotConfigured;