adding different components for use and starting top header

This commit is contained in:
Arjun Patel
2022-01-14 15:20:47 -08:00
parent 5e73b75d73
commit dcc3633dca
11 changed files with 217 additions and 127 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
export default function BackgroundLayout({ children }) {
return (
<div id="bg" className="text-white w-screen h-screen">
{children}
</div>
)
);
}