tubearchivist-frontend/app/components/BoxedContent.tsx
Sean Norwood 2e213376e3
Initial
2022-10-18 14:28:37 -05:00

4 lines
111 B
TypeScript

export const BoxedContent: React.FC = ({ children }) => (
<div className="boxed-content">{children}</div>
);