[fix] building errors 3/4
This commit is contained in:
@@ -11,7 +11,7 @@ export default function BaseLayout({
|
||||
children: React.ReactNode
|
||||
}) {
|
||||
return (
|
||||
<div className="w-full h-full p-0 m-0 bg-transparent">
|
||||
<div className="w-full h-full p-0 m-0">
|
||||
{/* bg-[#f1f0f2] */}
|
||||
<Nav />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user