mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-16 17:10:12 +00:00
4 lines
111 B
TypeScript
4 lines
111 B
TypeScript
export const BoxedContent: React.FC = ({ children }) => (
|
|
<div className="boxed-content">{children}</div>
|
|
);
|