mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-19 02:59:57 +00:00
* Refactor Home component * Refactor Welcome * Refactor small components * Refactor Nav component * refactor Settings * Refactor Chat * Refactor New message notifications * Fix tests * Remove tooltip * Remove react-simple-dropdown * Change to last redux * Switch to redux hooks * Add github action
6 lines
110 B
JavaScript
6 lines
110 B
JavaScript
const RoomLocked = ({ modalContent }) => {
|
|
return <div>{modalContent}</div>;
|
|
};
|
|
|
|
export default RoomLocked;
|