import React from 'react'; import MessageCard from '../components/MessageCard'; export default function RoomNotFound() { return (
The room you are trying to join does not exist. Have you created the room using the Daily REST API or the dashboard?
); }