refactor: code refactor
This commit is contained in:
9
app/components/Body.tsx
Normal file
9
app/components/Body.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from "react";
|
||||
|
||||
export function Body({ children }: React.PropsWithChildren) {
|
||||
return (
|
||||
<body className="bg-[#202020] text-[#d6d6d6] font-['monospace']">
|
||||
{children}
|
||||
</body>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user