adding in the rooms component

This commit is contained in:
Arjun Patel
2022-01-16 14:49:52 -08:00
parent 88c2a3d933
commit 03ed5bd3d4
3 changed files with 419 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
export default function BackgroundLayout({ children }) {
return (
<div id="bg" className="text-white w-screen h-screen">
<div id="bg" className="text-white min-w-full min-w-screen">
{children}
</div>
);