element-call/src/room/RoomAuthView.jsx

6 lines
93 B
React
Raw Normal View History

2022-01-05 23:35:12 +00:00
import React from "react";
export function RoomAuthView() {
return <div>Register</div>;
}