Refactor room loading components
This commit is contained in:
5
src/room/RoomAuthView.jsx
Normal file
5
src/room/RoomAuthView.jsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import React from "react";
|
||||
|
||||
export function RoomAuthView() {
|
||||
return <div>Register</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user