adding different components for use and starting top header
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
|
||||
export default function BackgroundLayout({ children }) {
|
||||
return (
|
||||
<div id="bg" className="text-white w-screen h-screen">
|
||||
{children}
|
||||
</div>
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user