mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-17 01:20: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>
|
||
|
);
|